]> granicus.if.org Git - php/commitdiff
cleanup unused var
authorAnatol Belski <ab@php.net>
Wed, 17 Jun 2015 22:53:23 +0000 (00:53 +0200)
committerAnatol Belski <ab@php.net>
Wed, 17 Jun 2015 22:53:23 +0000 (00:53 +0200)
Zend/zend_exceptions.c

index d6d4fc735a076bdc22a3e7f65540e62d5049f5e5..aff602c6e8eb46fd6c501c3d1fedd0cc879dbf9a 100644 (file)
@@ -804,7 +804,6 @@ static const zend_function_entry error_exception_functions[] = {
 void zend_register_default_exception(void) /* {{{ */
 {
        zend_class_entry ce;
-       zend_property_info *prop;
        
        REGISTER_MAGIC_INTERFACE(throwable, Throwable);