diff options
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 5 |
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; |