mirror of
https://github.com/php/php-src.git
synced 2026-04-18 05:21:02 +02:00
Nuke unused variable, too
This commit is contained in:
@@ -1582,8 +1582,6 @@ ZEND_API void function_add_ref(zend_function *function)
|
||||
|
||||
static void do_inherit_parent_constructor(zend_class_entry *ce)
|
||||
{
|
||||
zend_function *function;
|
||||
|
||||
if (!ce->parent) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user