]> granicus.if.org Git - php/commitdiff
- nuke unused var
authorPierre Joye <pajoye@php.net>
Fri, 9 Sep 2011 07:57:29 +0000 (07:57 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 9 Sep 2011 07:57:29 +0000 (07:57 +0000)
ext/spl/spl_directory.c

index 0a3b9abf6754719e907a6672cd8eadf53a953439..b50e71a601a481f30a60e46dfb9345452620fe49 100755 (executable)
@@ -2234,7 +2234,6 @@ SPL_METHOD(SplFileObject, __construct)
        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);