diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-09 12:38:47 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-09 12:38:47 +0000 |
commit | 169547006b8513a00930440c258b828bae677fb9 (patch) | |
tree | fabdd3baf082790bd8c2498112c954f574b3f3cd /epan/dissectors/packet-snmp.c | |
parent | 6634d939d42529ffd627806f4b39bd02b8e6e213 (diff) | |
download | wireshark-169547006b8513a00930440c258b828bae677fb9.tar.gz wireshark-169547006b8513a00930440c258b828bae677fb9.tar.bz2 wireshark-169547006b8513a00930440c258b828bae677fb9.zip |
Remove an unused variable.
svn path=/trunk/; revision=30876
Diffstat (limited to 'epan/dissectors/packet-snmp.c')
-rw-r--r-- | epan/dissectors/packet-snmp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c index 9a7557d5af..8d65798edf 100644 --- a/epan/dissectors/packet-snmp.c +++ b/epan/dissectors/packet-snmp.c @@ -400,7 +400,6 @@ dissector_table_t value_sub_dissectors_table; static const gchar * snmp_lookup_specific_trap (guint specific_trap) { - guint8 *enterprise = NULL; guint i; for (i = 0; i < num_specific_traps; i++) { @@ -2666,7 +2665,7 @@ static void dissect_SMUX_PDUs_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro /*--- End of included file: packet-snmp-fn.c ---*/ -#line 1446 "packet-snmp-template.c" +#line 1445 "packet-snmp-template.c" guint @@ -3488,7 +3487,7 @@ void proto_register_snmp(void) { "snmp.T_operation", HFILL }}, /*--- End of included file: packet-snmp-hfarr.c ---*/ -#line 2003 "packet-snmp-template.c" +#line 2002 "packet-snmp-template.c" }; /* List of subtrees */ @@ -3528,7 +3527,7 @@ void proto_register_snmp(void) { &ett_snmp_RReqPDU_U, /*--- End of included file: packet-snmp-ettarr.c ---*/ -#line 2019 "packet-snmp-template.c" +#line 2018 "packet-snmp-template.c" }; module_t *snmp_module; |