Remove unused variables.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2011 19:19:43 +0000 (19:19 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2011 19:19:43 +0000 (19:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39256 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-brp.c

index e1d84d48cae58bcaf099874781ba72302f6013c1..848a9fbe12d378b678d3aefaa8d28c51d1f06568 100644 (file)
@@ -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;