Skip to content

Commit

Permalink
snmp: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Mar 16, 2019
1 parent c09b13c commit dd84bd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/snmp/snmp.c
Expand Up @@ -346,10 +346,6 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_snmp_set, 0, 0, 3)
ZEND_ARG_INFO(0, type)
ZEND_ARG_INFO(0, value)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_snmp_class_set_quick_print, 0, 0, 1)
ZEND_ARG_INFO(0, quick_print)
ZEND_END_ARG_INFO()
/* }}} */

struct objid_query {
Expand Down

2 comments on commit dd84bd4

@petk
Copy link
Member

@petk petk commented on dd84bd4 Mar 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this one be ported also to PHP-7.4 branch? Because PHP-7.4 and master branches are currently the active development branches and snmp extension might be moved to PECL one day at least according to discussions on the mailing lists so it depends which version of PHP that will be happening.

@petk
Copy link
Member

@petk petk commented on dd84bd4 Mar 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've applied this one also to PHP-7.4 via 2619b13... It looks like this has been intruduced with 5e82e33 but not used then probably. Thanks.

Please sign in to comment.