Get rid of an unused global variable.
authorGuy Harris <guy@alum.mit.edu>
Thu, 5 Mar 2009 03:05:02 +0000 (03:05 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 5 Mar 2009 03:05:02 +0000 (03:05 -0000)
svn path=/trunk/; revision=27608

asn1/lte-rrc/packet-lte-rrc-template.c
epan/dissectors/packet-lte-rrc.c

index ae6282c7c6c8dbb697925c4a617a01b247296640..290015c9a1b982aed1fa206a0134640343f24f06 100644 (file)
@@ -60,9 +60,6 @@ static int ett_lte_rrc = -1;
 
 #include "packet-lte-rrc-ett.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_);
 #include "packet-lte-rrc-fn.c"
index 54c183df6849ce1681a3ba9f35e8bd70aaee3472..147723864517a5cf7b9f4cc280fac2a532b5d173 100644 (file)
@@ -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"
 
 }