From: foobar Date: Sat, 13 Jul 2002 05:42:01 +0000 (+0000) Subject: Kill compile warning X-Git-Tag: dev~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3624b97ff1588d18f9946cdebc270964dd43e124;p=php Kill compile warning --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 394950643c..623d1b541e 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -74,8 +74,6 @@ #define SNMP_MSG_GETNEXT GETNEXT_REQ_MSG #endif -void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st); - /* constant - can be shared among threads */ static oid objid_mib[] = {1, 3, 6, 1, 2, 1};