pajoye Fri, 09 Sep 2011 07:57:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316444
Log:
- nuke unused var
Changed paths:
U php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c
U php/php-src/trunk/ext/spl/spl_directory.c
Modified: php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c 2011-09-09
07:56:42 UTC (rev 316443)
+++ php/php-src/branches/PHP_5_4/ext/spl/spl_directory.c 2011-09-09
07:57:29 UTC (rev 316444)
@@ -2234,7 +2234,6 @@
char *p1, *p2;
char *tmp_path;
int tmp_path_len;
- zval tmp;
zend_error_handling error_handling;
zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException,
&error_handling TSRMLS_CC);
Modified: php/php-src/trunk/ext/spl/spl_directory.c
===================================================================
--- php/php-src/trunk/ext/spl/spl_directory.c 2011-09-09 07:56:42 UTC (rev
316443)
+++ php/php-src/trunk/ext/spl/spl_directory.c 2011-09-09 07:57:29 UTC (rev
316444)
@@ -2234,7 +2234,6 @@
char *p1, *p2;
char *tmp_path;
int tmp_path_len;
- zval tmp;
zend_error_handling error_handling;
zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException,
&error_handling TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php