aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-04 19:19:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-04 19:19:43 +0000
commit463fcff9f46835a669cee767a814f89e6acaa5f5 (patch)
tree507b36e2361ba73d12ad461a1bc62a1959624a2a /epan/dissectors/packet-brp.c
parent77a3810066351be76f7c2403c29fc49aadd26e1d (diff)
Remove unused variables.
svn path=/trunk/; revision=39256
Diffstat (limited to 'epan/dissectors/packet-brp.c')
-rw-r--r--epan/dissectors/packet-brp.c4
1 files changed, 0 insertions, 4 deletions
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;