aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcsp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-25 02:21:04 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-25 02:21:04 +0000
commit54a54b162a3379ff10b9dd45f72010d908fe9a90 (patch)
tree40130a7b7cbd7468aca29dc99e4b78958971cc52 /epan/dissectors/packet-fcsp.c
parentee73d3baf310ce6694cff7d70b3d8ea0fe348e27 (diff)
Minor proto_reg_handoff cleanup
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26265 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fcsp.c')
-rw-r--r--epan/dissectors/packet-fcsp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-fcsp.c b/epan/dissectors/packet-fcsp.c
index f335be3fb0..e2edcabf1c 100644
--- a/epan/dissectors/packet-fcsp.c
+++ b/epan/dissectors/packet-fcsp.c
@@ -574,8 +574,6 @@ proto_register_fcsp (void)
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_fcsp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
-
- data_handle = find_dissector("data");
}
/* If this dissector uses sub-dissector registration add a registration routine.
@@ -585,10 +583,6 @@ proto_register_fcsp (void)
void
proto_reg_handoff_fcsp (void)
{
- dissector_handle_t fcsp_handle;
-
- fcsp_handle = create_dissector_handle (dissect_fcsp, proto_fcsp);
-
data_handle = find_dissector ("data");
}