summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ctype/ctype.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c
index d982dc5521..d6e8641ab9 100644
--- a/ext/ctype/ctype.c
+++ b/ext/ctype/ctype.c
@@ -40,10 +40,6 @@ ZEND_DECLARE_MODULE_GLOBALS(ctype)
/* True global resources - no need for thread safety here */
/* static int le_ctype; */
-static PHP_MINIT_FUNCTION(ctype);
-static PHP_MSHUTDOWN_FUNCTION(ctype);
-static PHP_RINIT_FUNCTION(ctype);
-static PHP_RSHUTDOWN_FUNCTION(ctype);
static PHP_MINFO_FUNCTION(ctype);
static PHP_FUNCTION(ctype_alnum);