Skip to content

Commit 2619b13

Browse files
nunoplopespetk
authored andcommitted
snmp: remove unused var
1 parent 86f2681 commit 2619b13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/snmp/snmp.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,6 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_snmp_set, 0, 0, 3)
346346
ZEND_ARG_INFO(0, type)
347347
ZEND_ARG_INFO(0, value)
348348
ZEND_END_ARG_INFO()
349-
350-
ZEND_BEGIN_ARG_INFO_EX(arginfo_snmp_class_set_quick_print, 0, 0, 1)
351-
ZEND_ARG_INFO(0, quick_print)
352-
ZEND_END_ARG_INFO()
353349
/* }}} */
354350

355351
struct objid_query {

0 commit comments

Comments
 (0)