]> granicus.if.org Git - php/commitdiff
Do not include BC for zend_symbtable_add_new on 7.2/master
authorSara Golemon <pollita@php.net>
Thu, 7 Sep 2017 21:37:20 +0000 (17:37 -0400)
committerSara Golemon <pollita@php.net>
Thu, 7 Sep 2017 21:37:20 +0000 (17:37 -0400)
Zend/zend_hash.h

index 96af32c6b4c031a252810c63e5c9bb2360a66530..fc91dfb8c92ea7346f33acaf439621ce64d5c687 100644 (file)
@@ -357,10 +357,6 @@ static zend_always_inline zval *zend_symtable_add_new(HashTable *ht, zend_string
        }
 }
 
-/* This typo snuck into 7.0.17 and 7.1.3, this define exists for BC */
-#define zend_symbtable_add_new(ht, key, pData) \
-        zend_symtable_add_new(ht, key, pData)
-
 static zend_always_inline zval *zend_symtable_update(HashTable *ht, zend_string *key, zval *pData)
 {
        zend_ulong idx;