Commit: 93d1171c47d10158e6e9855236277deb09cf7e6b Author: Gustavo Lopes <glo...@nebm.ist.utl.pt> Wed, 9 Jan 2013 23:20:11 +0100 Committer: Gustavo Lopes <gust...@icemobile.com> Mon, 14 Jan 2013 12:22:42 +0100 Parents: cddbb98ada6bdba1596ea82386401edf9b680d47 Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=93d1171c47d10158e6e9855236277deb09cf7e6b Log: Remove unused block Changed paths: M ext/standard/string.c Diff: diff --git a/ext/standard/string.c b/ext/standard/string.c index 4947a67..14259ca 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; -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php