From 463fcff9f46835a669cee767a814f89e6acaa5f5 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 4 Oct 2011 19:19:43 +0000 Subject: Remove unused variables. svn path=/trunk/; revision=39256 --- epan/dissectors/packet-brp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-brp.c') diff --git a/epan/dissectors/packet-brp.c b/epan/dissectors/packet-brp.c index e1d84d48ca..848a9fbe12 100644 --- a/epan/dissectors/packet-brp.c +++ b/epan/dissectors/packet-brp.c @@ -27,9 +27,6 @@ /* Wireshark ID of the BRP protocol */ static int proto_brp = -1; -/* These are the handles of our subdissectors */ -static dissector_handle_t data_handle=NULL; - static dissector_handle_t brp_handle; void dissect_brp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); @@ -78,7 +75,6 @@ static const value_string brp_stat_vals[] = { * our data fields; they are filled out when we call * proto_register_field_array() in proto_register_brp() */ -static gint hf_brp = -1; static gint hf_brp_type = -1; static gint hf_brp_trans = -1; static gint hf_brp_ver = -1; -- cgit v1.2.3