mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
kill unused var.
This commit is contained in:
parent
fc8ae455df
commit
f28249f779
@ -4461,7 +4461,6 @@ pcre_compile(const char *pattern, int options, const char **errorptr,
|
||||
{
|
||||
real_pcre *re;
|
||||
int length = 1 + LINK_SIZE; /* For initial BRA plus length */
|
||||
int runlength;
|
||||
int c, firstbyte, reqbyte;
|
||||
int bracount = 0;
|
||||
int branch_extra = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user