From: Felipe Pena Date: Thu, 26 Mar 2009 22:30:05 +0000 (+0000) Subject: - Removed unused declaration X-Git-Tag: php-5.4.0alpha1~191^2~4044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6517b087aa81e054f520b12be22d6f23cb20b388;p=php - Removed unused declaration --- diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index c3ad39f42c..5a269bcd43 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.c @@ -36,8 +36,6 @@ #include "basic_functions.h" #include "php_ext_syslog.h" -static void start_syslog(TSRMLS_D); - /* {{{ PHP_MINIT_FUNCTION */ PHP_MINIT_FUNCTION(syslog)