unused var

This commit is contained in:
Xinchen Hui 2015-01-16 12:18:59 +08:00
parent e49f763482
commit 4633a6f5d6

View File

@ -2064,7 +2064,6 @@ PHP_FUNCTION(strripos)
zval *zneedle; zval *zneedle;
zend_string *needle; zend_string *needle;
zend_string *haystack; zend_string *haystack;
size_t needle_len;
zend_long offset = 0; zend_long offset = 0;
char *p, *e; char *p, *e;
char *found; char *found;