From: Jani Taskinen Date: Fri, 11 Jul 2008 13:50:43 +0000 (+0000) Subject: nuke unused variable X-Git-Tag: php-5.3.0alpha1~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cd842e51ba25f7c21ed1a1d918fcf0ed2d297d6;p=php nuke unused variable --- diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index f1dfdaf460..4456667217 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -1160,7 +1160,6 @@ PHP_FUNCTION(mb_ereg_search_getpos) PHP_FUNCTION(mb_ereg_search_setpos) { long position; - int n; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) == FAILURE) { return;