mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Remove unused block
This commit is contained in:
parent
cddbb98ada
commit
93d1171c47
1 changed files with 0 additions and 5 deletions
|
@ -2790,11 +2790,6 @@ typedef struct {
|
||||||
const char *s;
|
const char *s;
|
||||||
STRLEN l;
|
STRLEN l;
|
||||||
} STR;
|
} STR;
|
||||||
typedef struct _match_node MATCH_NODE;
|
|
||||||
struct _match_node {
|
|
||||||
STRLEN pos;
|
|
||||||
MATCH_NODE *next;
|
|
||||||
};
|
|
||||||
typedef struct _pat_and_repl {
|
typedef struct _pat_and_repl {
|
||||||
STR pat;
|
STR pat;
|
||||||
STR repl;
|
STR repl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue