From 91dbd739a603bd6049e76017b2e5b3567be8b633 Mon Sep 17 00:00:00 2001 From: etxrab Date: Tue, 4 May 2010 15:36:54 +0000 Subject: Remove unused variables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32659 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-sip.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-sip.c') diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c index 4140cd35e0..ab1b632889 100644 --- a/epan/dissectors/packet-sip.c +++ b/epan/dissectors/packet-sip.c @@ -1242,10 +1242,6 @@ static gint dissect_sip_contact_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint start_offset, gint line_end_offset) { gchar c; - //gint i; - proto_item *ti = NULL; - proto_tree *contact_item_tree = NULL, *uri_tree = NULL; - gint current_offset; gint queried_offset; gint contact_params_start_offset = -1; -- cgit v1.2.3