aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpfi.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
commita3a15ff90b3aca7f94e853ddcaeb1f373368a29c (patch)
treecbe3ba7f680eaa1e8e0cc0f1ba73a20eeeb1e33c /epan/dissectors/packet-cpfi.c
parent5b9ec08eaea79d10311bbea8026d491719d6f27c (diff)
Remove instances of unused 'data_handle' (and of one other handle).
svn path=/trunk/; revision=52767
Diffstat (limited to 'epan/dissectors/packet-cpfi.c')
-rw-r--r--epan/dissectors/packet-cpfi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cpfi.c b/epan/dissectors/packet-cpfi.c
index 95db78ba22..72a7238beb 100644
--- a/epan/dissectors/packet-cpfi.c
+++ b/epan/dissectors/packet-cpfi.c
@@ -112,7 +112,6 @@ static gint ett_cpfi_header = -1;
static gint ett_cpfi_footer = -1;
static dissector_handle_t fc_handle;
-static dissector_handle_t data_handle;
static const value_string sof_type_vals[] = {
@@ -536,7 +535,6 @@ proto_reg_handoff_cpfi(void)
if ( !cpfi_init_complete )
{
fc_handle = find_dissector("fc");
- data_handle = find_dissector("data");
cpfi_handle = new_create_dissector_handle(dissect_cpfi, proto_cpfi);
ttot_handle = new_create_dissector_handle(dissect_cpfi, proto_cpfi);
cpfi_init_complete = TRUE;