remove redundant code

This commit is contained in:
CismonX 2018-04-01 16:29:13 +08:00
parent 4502ffbedb
commit 84afc0012e
2 changed files with 0 additions and 8 deletions

View File

@ -14,10 +14,6 @@
#include "php_collections.h"
zend_string* collection_property_name;
zend_string* pair_first_name;
zend_string* pair_second_name;
zend_object_handlers* collection_handlers;
zend_class_entry* collections_collection_ce;

View File

@ -25,10 +25,6 @@ extern zend_module_entry collections_module_entry;
#define GC_DELREF(p) --GC_REFCOUNT(p)
#endif
extern zend_string* collection_property_name;
extern zend_string* pair_first_name;
extern zend_string* pair_second_name;
extern PHP_COLLECTIONS_API zend_class_entry* collections_collection_ce;
extern PHP_COLLECTIONS_API zend_class_entry* collections_pair_ce;