cleanup unused var

This commit is contained in:
Anatol Belski 2015-06-18 00:53:23 +02:00
parent e665b27623
commit f97dbb058f

View 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);