Get rid of some unused variables.

Change-Id: I2a806af639e5f0519ba93b0048ec7a4624fa33fc
Reviewed-on: https://code.wireshark.org/review/2567
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-06-22 14:48:51 -07:00
parent 9c35a5d8fd
commit 6896def6da
5 changed files with 2 additions and 7 deletions

View File

@ -128,7 +128,6 @@ dissect_atn_cpdlc(
/* The use of CPDLC is *optional* as the pilot */
/* may always use a voice radio channel to talk to the controller.*/
proto_item *ti = NULL;
proto_tree *atn_cpdlc_tree = NULL;
atn_conversation_t *atn_cv = NULL;

View File

@ -46,7 +46,6 @@ PDV-list/presentation-data-values/arbitrary pdv-list_presentation-data-values_ar
packet_info * pinfo = actx->pinfo;
tvbuff_t *tvb_usr = NULL;
proto_item *ti = NULL;
proto_tree *atn_ulcs_tree = NULL;
atn_conversation_t *atn_cv = NULL;
heur_dtbl_entry_t *hdtbl_entry;

View File

@ -5325,7 +5325,6 @@ dissect_atn_cpdlc(
/* The use of CPDLC is *optional* as the pilot */
/* may always use a voice radio channel to talk to the controller.*/
proto_item *ti = NULL;
proto_tree *atn_cpdlc_tree = NULL;
atn_conversation_t *atn_cv = NULL;
@ -7911,7 +7910,7 @@ void proto_register_atn_cpdlc (void)
NULL, HFILL }},
/*--- End of included file: packet-atn-cpdlc-hfarr.c ---*/
#line 309 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 308 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
};
static gint *ett[] = {
@ -8062,7 +8061,7 @@ void proto_register_atn_cpdlc (void)
&ett_atn_cpdlc_WindSpeed,
/*--- End of included file: packet-atn-cpdlc-ettarr.c ---*/
#line 313 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 312 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
&ett_atn_cpdlc
};

View File

@ -380,7 +380,6 @@ dissect_atn_ulcs_T_pdv_list_presentation_data_values_arbitrary(tvbuff_t *tvb _U_
packet_info * pinfo = actx->pinfo;
tvbuff_t *tvb_usr = NULL;
proto_item *ti = NULL;
proto_tree *atn_ulcs_tree = NULL;
atn_conversation_t *atn_cv = NULL;
heur_dtbl_entry_t *hdtbl_entry;

View File

@ -8913,7 +8913,6 @@ flistOfEventSummaries(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint
guint8 tag_no, tag_info;
guint32 lvt;
proto_tree* subtree = tree;
proto_item* ti = 0;
while (tvb_reported_length_remaining(tvb, offset) > 0) { /* exit loop if nothing happens inside */
lastoffset = offset;