]> granicus.if.org Git - php/commitdiff
fix warnings about nonextistent functions
authorAntony Dovgal <tony2001@php.net>
Thu, 31 Aug 2006 11:10:23 +0000 (11:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 31 Aug 2006 11:10:23 +0000 (11:10 +0000)
ext/ctype/ctype.c

index d982dc5521dfdc74f4812fbad5e22f833a28f532..d6e8641ab95fea5f9abf8795266012b584ccd057 100644 (file)
@@ -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);