summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-07-07 14:22:02 +0000
committerFelipe Pena <felipe@php.net>2008-07-07 14:22:02 +0000
commitf61bd89b9c31a605ad6cf34d64165638f7101987 (patch)
tree658c1aa241cf80ce6050c840b8b78a0de71004da /Zend/zend_modules.h
parent09e0bc6c9074b9e528362cc13caa6e97b3cc8c32 (diff)
downloadphp-git-f61bd89b9c31a605ad6cf34d64165638f7101987.tar.gz
- Removed zend_arg_defs.c
The first_arg_force_ref, second_arg_force_ref, third_arg_force_ref, fourth_arg_force_ref, fifth_arg_force_ref and all_args_by_ref are not more used.
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index 398f676792..b9812c9f60 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -32,13 +32,6 @@
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
-extern const struct _zend_arg_info first_arg_force_ref[2];
-extern const struct _zend_arg_info second_arg_force_ref[3];
-extern const struct _zend_arg_info third_arg_force_ref[4];
-extern const struct _zend_arg_info fourth_arg_force_ref[5];
-extern const struct _zend_arg_info fifth_arg_force_ref[6];
-extern const struct _zend_arg_info all_args_by_ref[1];
-
#define ZEND_MODULE_API_NO 20071006
#ifdef ZTS
#define USING_ZTS 1