aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-11-14 07:28:46 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-11-14 07:28:46 +0000
commit81fe22f0d160849972f25572a975552416110c83 (patch)
treed36597b3d071c117d6c0adbc085310fe6625aabc /epan/dissectors/packet-x2ap.c
parent69466040517767fbdf771e3db22d68c575e2f900 (diff)
Remove unused static variable
svn path=/trunk/; revision=30961
Diffstat (limited to 'epan/dissectors/packet-x2ap.c')
-rw-r--r--epan/dissectors/packet-x2ap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index 2fceeb3263..cdb44f1550 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -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;