summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index ab25e49603..5fd84588b8 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -552,8 +552,6 @@ ZEND_API zend_bool zend_is_iterable(zval *iterable);
ZEND_API zend_bool zend_is_countable(zval *countable);
-#define add_method(arg, key, method) add_assoc_function((arg), (key), (method))
-
ZEND_API ZEND_FUNCTION(display_disabled_function);
ZEND_API ZEND_FUNCTION(display_disabled_class);
END_EXTERN_C()