aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-03-02 11:25:17 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-03-02 11:25:17 +0000
commit8a016afa627f2725b37f43d55ed9a663b555a06d (patch)
tree16a1939316fb4b1b61b71dd72dd066d05c3f0c64 /epan/dissectors/packet-ldap.c
parent67f5127de843b2cf5be315fd8b4c63fbc10e450b (diff)
Remove now unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ldap.c')
-rw-r--r--epan/dissectors/packet-ldap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index c8b0181492..8c432ec961 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -4597,7 +4597,6 @@ dissect_ldap_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint32 sasl_len;
guint32 ldap_len;
- int offset;
gboolean ind;
conversation_t *conversation;
ldap_conv_info_t *ldap_info = NULL;
@@ -5611,7 +5610,7 @@ void proto_register_ldap(void) {
NULL, HFILL }},
/*--- End of included file: packet-ldap-hfarr.c ---*/
-#line 2070 "../../asn1/ldap/packet-ldap-template.c"
+#line 2069 "../../asn1/ldap/packet-ldap-template.c"
};
/* List of subtrees */
@@ -5686,7 +5685,7 @@ void proto_register_ldap(void) {
&ett_ldap_T_warning,
/*--- End of included file: packet-ldap-ettarr.c ---*/
-#line 2083 "../../asn1/ldap/packet-ldap-template.c"
+#line 2082 "../../asn1/ldap/packet-ldap-template.c"
};
module_t *ldap_module;
@@ -5817,7 +5816,7 @@ proto_reg_handoff_ldap(void)
/*--- End of included file: packet-ldap-dis-tab.c ---*/
-#line 2197 "../../asn1/ldap/packet-ldap-template.c"
+#line 2196 "../../asn1/ldap/packet-ldap-template.c"
}