jani Fri Jul 11 13:50:43 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring php_mbregex.c
Log:
nuke unused variable
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.c?r1=1.53.2.1.2.4.2.6&r2=1.53.2.1.2.4.2.7&diff_format=u
Index: php-src/ext/mbstring/php_mbregex.c
diff -u php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.6
php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.7
--- php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.6 Tue Jul 1 07:54:30 2008
+++ php-src/ext/mbstring/php_mbregex.c Fri Jul 11 13:50:43 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mbregex.c,v 1.53.2.1.2.4.2.6 2008/07/01 07:54:30 tony2001 Exp $ */
+/* $Id: php_mbregex.c,v 1.53.2.1.2.4.2.7 2008/07/11 13:50:43 jani Exp $ */
#ifdef HAVE_CONFIG_H
@@ -1160,7 +1160,6 @@
PHP_FUNCTION(mb_ereg_search_setpos)
{
long position;
- int n;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) ==
FAILURE) {
return;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php