From: krakjoe Date: Wed, 20 Nov 2013 17:43:42 +0000 (+0000) Subject: remove unused mshutdown X-Git-Tag: php-5.6.0alpha1~110^2~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a81cc6c5527099000d45911039f3b65064ef2517;p=php remove unused mshutdown --- diff --git a/phpdbg.c b/phpdbg.c index a456c2a149..775e04e8f2 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -63,11 +63,6 @@ static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */ return SUCCESS; } /* }}} */ -static PHP_MSHUTDOWN_FUNCTION(phpdbg) -{ - return SUCCESS; -} - static void php_phpdbg_destroy_bp_file(void *brake) /* {{{ */ { zend_llist_destroy((zend_llist*)brake);