Removed an unused variable.
authorStig Bjørlykke <stig@bjorlykke.org>
Sun, 15 Feb 2009 21:37:05 +0000 (21:37 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Sun, 15 Feb 2009 21:37:05 +0000 (21:37 -0000)
svn path=/trunk/; revision=27455

asn1/charging_ase/packet-charging_ase-template.c
epan/dissectors/packet-charging_ase.c

index 1ad4fa44f1fbc674e985ab7e17c313b439398a44..7924696850b86ec2feaa031e5f3903a31d991052 100644 (file)
@@ -61,7 +61,6 @@ dissect_charging_ase(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 {
        proto_item *it;
        proto_tree *tr;
-       guint32 offset=0;
 
        it=proto_tree_add_protocol_format(tree, proto_charging_ase, tvb, 0, tvb_length(tvb), "Charging ASE");
        tr=proto_item_add_subtree(it, ett_charging_ase);
index e146d45053dd860cfc854962a4b271e9789dd2d4..57b81979de78083db7d076fd619824135d34ba6f 100644 (file)
@@ -1,7 +1,7 @@
 /* Do not modify this file.                                                   */
 /* It is created automatically by the ASN.1 to Wireshark dissector compiler   */
 /* packet-charging_ase.c                                                      */
-/* ../../tools/asn2wrs.py -b -e -k -p charging_ase -c charging_ase.cnf -s packet-charging_ase-template Tariffing-Data-Types.asn */
+/* ../../tools/asn2wrs.py -b -e -p charging_ase -c ./charging_ase.cnf -s ./packet-charging_ase-template -D . Tariffing-Data-Types.asn */
 
 /* Input file: packet-charging_ase-template.c */
 
@@ -853,7 +853,6 @@ dissect_charging_ase(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 {
        proto_item *it;
        proto_tree *tr;
-       guint32 offset=0;
 
        it=proto_tree_add_protocol_format(tree, proto_charging_ase, tvb, 0, tvb_length(tvb), "Charging ASE");
        tr=proto_item_add_subtree(it, ett_charging_ase);
@@ -1122,7 +1121,7 @@ proto_register_charging_ase(void)
         "", HFILL }},
 
 /*--- End of included file: packet-charging_ase-hfarr.c ---*/
-#line 85 "packet-charging_ase-template.c"
+#line 84 "packet-charging_ase-template.c"
   };
 
   /* List of subtrees */
@@ -1163,7 +1162,7 @@ proto_register_charging_ase(void)
     &ett_charging_ase_ChargingReferenceIdentification,
 
 /*--- End of included file: packet-charging_ase-ettarr.c ---*/
-#line 91 "packet-charging_ase-template.c"
+#line 90 "packet-charging_ase-template.c"
                };