summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-07-11 13:50:43 +0000
committerJani Taskinen <jani@php.net>2008-07-11 13:50:43 +0000
commit0cd842e51ba25f7c21ed1a1d918fcf0ed2d297d6 (patch)
tree26776fd9a00afe47850423570ac488aacff1e666 /ext/mbstring/php_mbregex.c
parent7cb641a66ebed254671efbad2a78c5b98080e5bc (diff)
downloadphp-git-0cd842e51ba25f7c21ed1a1d918fcf0ed2d297d6.tar.gz
nuke unused variable
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c1
1 files changed, 0 insertions, 1 deletions
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;