aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-03-05 03:05:02 +0000
committerGuy Harris <guy@alum.mit.edu>2009-03-05 03:05:02 +0000
commit24acae4006a4d621bc98cf356468570a28314f95 (patch)
treed07ad6503276a0332635359e940a07d3e764170d /epan
parent8948fea86e88b948c705ac81a8c5d1cfef39c647 (diff)
Get rid of an unused global variable.
svn path=/trunk/; revision=27608
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-lte-rrc.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index 54c183df68..1477238645 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-lte-rrc.c */
-/* ../../tools/asn2wrs.py -L -p lte-rrc -c lte-rrc.cnf -s packet-lte-rrc-template EUTRA-RRC-Definitions.asn EUTRA-UE-Variables.asn EUTRA-InterNodeDefinitions.asn */
+/* ../../tools/asn2wrs.py -L -p lte-rrc -c ./lte-rrc.cnf -s ./packet-lte-rrc-template -D . EUTRA-RRC-Definitions.asn EUTRA-UE-Variables.asn EUTRA-InterNodeDefinitions.asn */
/* Input file: packet-lte-rrc-template.c */
@@ -1776,9 +1776,6 @@ static gint ett_lte_rrc_RRM_Configuration = -1;
/*--- End of included file: packet-lte-rrc-ett.c ---*/
#line 62 "packet-lte-rrc-template.c"
-/* Global variables */
-static proto_tree *top_tree;
-
/* Forward declarations */
static int dissect_DL_DCCH_Message_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
@@ -16815,7 +16812,7 @@ static int dissect_UECapabilityInformation_PDU(tvbuff_t *tvb _U_, packet_info *p
/*--- End of included file: packet-lte-rrc-fn.c ---*/
-#line 69 "packet-lte-rrc-template.c"
+#line 66 "packet-lte-rrc-template.c"
/*--- proto_register_rrc -------------------------------------------*/
void proto_register_lte_rrc(void) {
@@ -21144,7 +21141,7 @@ void proto_register_lte_rrc(void) {
"lte_rrc.T_ue_InactiveTime", HFILL }},
/*--- End of included file: packet-lte-rrc-hfarr.c ---*/
-#line 77 "packet-lte-rrc-template.c"
+#line 74 "packet-lte-rrc-template.c"
};
/* List of subtrees */
@@ -21741,7 +21738,7 @@ void proto_register_lte_rrc(void) {
&ett_lte_rrc_RRM_Configuration,
/*--- End of included file: packet-lte-rrc-ettarr.c ---*/
-#line 83 "packet-lte-rrc-template.c"
+#line 80 "packet-lte-rrc-template.c"
};
@@ -21765,7 +21762,7 @@ void proto_register_lte_rrc(void) {
/*--- End of included file: packet-lte-rrc-dis-reg.c ---*/
-#line 94 "packet-lte-rrc-template.c"
+#line 91 "packet-lte-rrc-template.c"
}