Get rid of an unused variable.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jul 2005 09:25:46 +0000 (09:25 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jul 2005 09:25:46 +0000 (09:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15082 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-sip.c

index a3d1607b5f5adb04cd613c8cd7ad8cd6a9024f4f..0c89a1992985cafba38d8a13731aff780906b758 100644 (file)
@@ -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 */