From: Gustavo Lopes Date: Wed, 9 Jan 2013 22:20:11 +0000 (+0100) Subject: Remove unused block X-Git-Tag: php-5.4.12RC1~9^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93d1171c47d10158e6e9855236277deb09cf7e6b;p=php Remove unused block --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 4947a67f86..14259cabc0 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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;