aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-18 10:51:41 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-18 10:51:41 +0000
commitdf02403f085955b5653a9cff488e896647a9cc40 (patch)
tree7dc6b91a502c2b05af4dcd933653b451e2de8000
parentbcd1cacaa7524335e358fc070b2345e3f6d46845 (diff)
downloadwireshark-df02403f085955b5653a9cff488e896647a9cc40.tar.gz
wireshark-df02403f085955b5653a9cff488e896647a9cc40.tar.bz2
wireshark-df02403f085955b5653a9cff488e896647a9cc40.zip
Get rid of an unused variable.
svn path=/trunk/; revision=16838
-rw-r--r--asn1/gsm_ss/packet-gsm_ss-template.c5
-rw-r--r--epan/dissectors/packet-gsm_ss.c11
2 files changed, 3 insertions, 13 deletions
diff --git a/asn1/gsm_ss/packet-gsm_ss-template.c b/asn1/gsm_ss/packet-gsm_ss-template.c
index 9a0db50dab..b8cf5bdff6 100644
--- a/asn1/gsm_ss/packet-gsm_ss-template.c
+++ b/asn1/gsm_ss/packet-gsm_ss-template.c
@@ -168,11 +168,6 @@ static int hf_gsm_ss_SS_Code = -1;
static dissector_table_t sms_dissector_table; /* SMS TPDU */
-/* Global variables */
-static proto_tree *top_tree;
-
-
-
#include "packet-gsm_ss-fn.c"
diff --git a/epan/dissectors/packet-gsm_ss.c b/epan/dissectors/packet-gsm_ss.c
index c4de2240ab..e33d55b340 100644
--- a/epan/dissectors/packet-gsm_ss.c
+++ b/epan/dissectors/packet-gsm_ss.c
@@ -297,11 +297,6 @@ static gint ett_gsm_ss_LCS_AreaEventCancellationArg = -1;
static dissector_table_t sms_dissector_table; /* SMS TPDU */
-/* Global variables */
-static proto_tree *top_tree;
-
-
-
/*--- Included file: packet-gsm_ss-fn.c ---*/
#line 1 "packet-gsm_ss-fn.c"
@@ -1333,7 +1328,7 @@ dissect_gsm_ss_UserUserServiceArg(gboolean implicit_tag _U_, tvbuff_t *tvb, int
/*--- End of included file: packet-gsm_ss-fn.c ---*/
-#line 177 "packet-gsm_ss-template.c"
+#line 172 "packet-gsm_ss-template.c"
int
@@ -1899,7 +1894,7 @@ void proto_register_gsm_ss(void) {
"LCS-AreaEventRequestArg/areaEventInfo", HFILL }},
/*--- End of included file: packet-gsm_ss-hfarr.c ---*/
-#line 394 "packet-gsm_ss-template.c"
+#line 389 "packet-gsm_ss-template.c"
};
/* List of subtrees */
@@ -1934,7 +1929,7 @@ void proto_register_gsm_ss(void) {
&ett_gsm_ss_LCS_AreaEventCancellationArg,
/*--- End of included file: packet-gsm_ss-ettarr.c ---*/
-#line 399 "packet-gsm_ss-template.c"
+#line 394 "packet-gsm_ss-template.c"
};
/* Register protocol */