summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Lopes <glopes@nebm.ist.utl.pt>2013-01-09 23:20:11 +0100
committerGustavo Lopes <gustavo@icemobile.com>2013-01-14 12:22:42 +0100
commit93d1171c47d10158e6e9855236277deb09cf7e6b (patch)
treeb635fee6bb429db76150c462c6526214c3e64330
parentcddbb98ada6bdba1596ea82386401edf9b680d47 (diff)
downloadphp-git-93d1171c47d10158e6e9855236277deb09cf7e6b.tar.gz
Remove unused block
-rw-r--r--ext/standard/string.c5
1 files changed, 0 insertions, 5 deletions
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;