mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
removed unused vars
This commit is contained in:
parent
ae8a3a0f9e
commit
31dcd92f46
@ -1424,7 +1424,6 @@ for (;;)
|
||||
/*-----------------------------------------------------------------*/
|
||||
case OP_ONCE:
|
||||
{
|
||||
const uschar *endcode;
|
||||
int local_offsets[2];
|
||||
int local_workspace[1000];
|
||||
|
||||
@ -1446,7 +1445,6 @@ for (;;)
|
||||
const uschar *end_subpattern = code;
|
||||
int charcount = local_offsets[1] - local_offsets[0];
|
||||
int next_state_offset, repeat_state_offset;
|
||||
BOOL is_repeated;
|
||||
|
||||
do { end_subpattern += GET(end_subpattern, 1); }
|
||||
while (*end_subpattern == OP_ALT);
|
||||
|
Loading…
Reference in New Issue
Block a user