1
0
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:
Marcus Boerger
2003-09-03 20:28:13 +00:00
parent 61b96d1fe2
commit 5569d7fae9

View File

@@ -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;
}