diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-11-14 07:28:46 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-11-14 07:28:46 +0000 |
commit | 81fe22f0d160849972f25572a975552416110c83 (patch) | |
tree | d36597b3d071c117d6c0adbc085310fe6625aabc /asn1/x2ap | |
parent | 69466040517767fbdf771e3db22d68c575e2f900 (diff) | |
download | wireshark-81fe22f0d160849972f25572a975552416110c83.tar.gz wireshark-81fe22f0d160849972f25572a975552416110c83.tar.bz2 wireshark-81fe22f0d160849972f25572a975552416110c83.zip |
Remove unused static variable
svn path=/trunk/; revision=30961
Diffstat (limited to 'asn1/x2ap')
-rw-r--r-- | asn1/x2ap/packet-x2ap-template.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/x2ap/packet-x2ap-template.c b/asn1/x2ap/packet-x2ap-template.c index f80f065a76..03efecf1c0 100644 --- a/asn1/x2ap/packet-x2ap-template.c +++ b/asn1/x2ap/packet-x2ap-template.c @@ -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; |