summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-26 09:25:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-26 09:25:46 +0000
commitfbb92df9f48b31d97fd7a3b8ee62788cc689ac7d (patch)
treec20d18f0b2454b992f450091d4db12e48a67fa67 /epan
parent7e6e7b8b010903b5ac629ddf03b5b890adf44ef6 (diff)
downloadwireshark-fbb92df9f48b31d97fd7a3b8ee62788cc689ac7d.tar.gz
Get rid of an unused variable.
svn path=/trunk/; revision=15082
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index a3d1607b5f..0c89a19929 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -1006,7 +1006,6 @@ dissect_sip_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
char *media_type_str_lower_case = NULL;
char *content_type_parameter_str = NULL;
guint resend_for_packet = 0;
- char *string;
int strlen_to_copy;
/* Initialise stat info for passing to tap */