aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_ss.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-18 10:51:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-18 10:51:41 +0000
commit3d614e837871f90edba94228ed7c13cf9f1104b1 (patch)
tree7dc6b91a502c2b05af4dcd933653b451e2de8000 /epan/dissectors/packet-gsm_ss.c
parent27d7fea710f9f6fa444778cda4107fb4f138bbb1 (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16838 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_ss.c')
-rw-r--r--epan/dissectors/packet-gsm_ss.c11
1 files changed, 3 insertions, 8 deletions
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 */