projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73de105
)
Remove the unused vars
author
Wei Dai
<demon@php.net>
Thu, 5 Mar 2015 07:55:30 +0000
(15:55 +0800)
committer
Wei Dai
<demon@php.net>
Thu, 5 Mar 2015 07:55:30 +0000
(15:55 +0800)
Zend/zend_inheritance.c
patch
|
blob
|
history
diff --git
a/Zend/zend_inheritance.c
b/Zend/zend_inheritance.c
index 31d8169de9abd800e62a17575916a65343cbe8d1..d6f4c90a966c648de4b209e48e54ed1757b736fe 100644
(file)
--- a/
Zend/zend_inheritance.c
+++ b/
Zend/zend_inheritance.c
@@
-89,8
+89,6
@@
static zend_function *zend_duplicate_function(zend_function *func, zend_class_en
static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */
{
- zend_function *function, *new_function;
-
ZEND_ASSERT(ce->parent != NULL);
/* You cannot change create_object */