summaryrefslogtreecommitdiff
path: root/Zend/zend_reflection_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_reflection_api.h')
-rw-r--r--Zend/zend_reflection_api.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_reflection_api.h b/Zend/zend_reflection_api.h
index a16ed9b7f9..fb06af4687 100644
--- a/Zend/zend_reflection_api.h
+++ b/Zend/zend_reflection_api.h
@@ -26,8 +26,6 @@ BEGIN_EXTERN_C()
ZEND_API void zend_register_reflection_api(TSRMLS_D);
ZEND_API void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);
-void init_reflection_api(TSRMLS_D);
-
END_EXTERN_C()
#endif