mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Drop unused variable
This commit is contained in:
parent
27b0fecd2e
commit
27b9fac19c
1 changed files with 0 additions and 1 deletions
|
@ -1428,7 +1428,6 @@ static void zend_traits_init_trait_structures(zend_class_entry *ce, zend_class_e
|
|||
zend_trait_precedence *cur_precedence;
|
||||
zend_trait_method_reference *cur_method_ref;
|
||||
zend_string *lcname;
|
||||
zend_bool method_exists;
|
||||
HashTable **exclude_tables = NULL;
|
||||
zend_class_entry **aliases = NULL;
|
||||
zend_class_entry *trait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue