aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-04 15:36:54 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-04 15:36:54 +0000
commit91dbd739a603bd6049e76017b2e5b3567be8b633 (patch)
tree2bbdab2f79d66f40c21392879f2298875fc6dd22 /epan/dissectors/packet-sip.c
parent273206bb409a689406981844bc473a8f797a1384 (diff)
Remove unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32659 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c4
1 files changed, 0 insertions, 4 deletions
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;