]> granicus.if.org Git - php/commitdiff
Remove unused block
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 9 Jan 2013 22:20:11 +0000 (23:20 +0100)
committerGustavo Lopes <gustavo@icemobile.com>
Mon, 14 Jan 2013 11:22:42 +0000 (12:22 +0100)
ext/standard/string.c

index 4947a67f860e669b9e36d8333ecd8da4161adc4f..14259cabc03938d392fa049d115765e75bfb1951 100644 (file)
@@ -2790,11 +2790,6 @@ typedef struct {
        const char      *s;
        STRLEN          l;
 } STR;
-typedef struct _match_node MATCH_NODE;
-struct _match_node {
-       STRLEN          pos;
-       MATCH_NODE      *next;
-};
 typedef struct _pat_and_repl {
        STR                     pat;
        STR                     repl;