Skip to content

Commit 93d1171

Browse files
committed
Remove unused block
1 parent cddbb98 commit 93d1171

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/standard/string.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,11 +2790,6 @@ typedef struct {
27902790
const char *s;
27912791
STRLEN l;
27922792
} STR;
2793-
typedef struct _match_node MATCH_NODE;
2794-
struct _match_node {
2795-
STRLEN pos;
2796-
MATCH_NODE *next;
2797-
};
27982793
typedef struct _pat_and_repl {
27992794
STR pat;
28002795
STR repl;

0 commit comments

Comments
 (0)