Remove unused static variable
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Nov 2009 07:28:46 +0000 (07:28 +0000)
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Nov 2009 07:28:46 +0000 (07:28 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30961 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/x2ap/packet-x2ap-template.c
epan/dissectors/packet-x2ap.c

index f80f065a76c7e9d47b5ed81284c6f0882b0591fc..03efecf1c0abc8fee277a2a0659137759f0d6208 100644 (file)
@@ -72,7 +72,6 @@ static int ett_x2ap = -1;
 /* Global variables */
 static guint32 ProcedureCode;
 static guint32 ProtocolIE_ID;
-static const gchar *ProcedureID;
 
 /* Dissector tables */
 static dissector_table_t x2ap_ies_dissector_table;
index 2fceeb3263deedb1a3c5adf6e4b5931529f728a0..cdb44f15506fb63b45ca288f71c27195ff78a2e4 100644 (file)
@@ -496,7 +496,6 @@ static gint ett_x2ap_UnsuccessfulOutcome = -1;
 /* Global variables */
 static guint32 ProcedureCode;
 static guint32 ProtocolIE_ID;
-static const gchar *ProcedureID;
 
 /* Dissector tables */
 static dissector_table_t x2ap_ies_dissector_table;