From 4633a6f5d62e33f4a9d74d504254a5352d48e8a8 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 16 Jan 2015 12:18:59 +0800 Subject: [PATCH] unused var --- ext/standard/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index 5ce1bad358..44ff94fff3 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2064,7 +2064,6 @@ PHP_FUNCTION(strripos) zval *zneedle; zend_string *needle; zend_string *haystack; - size_t needle_len; zend_long offset = 0; char *p, *e; char *found; -- 2.40.0