From 788ff153badcb769cf4967d960a882aa599f7e00 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Fri, 25 Jul 2014 09:50:02 +0200 Subject: Empty proto_reg_handoff_* are not needed, remove some. Change-Id: I957b01aa00bbff3c48192388c7ad9e601d79c778 Reviewed-on: https://code.wireshark.org/review/3196 Reviewed-by: Bill Meier --- epan/dissectors/packet-sndcp-xid.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'epan/dissectors/packet-sndcp-xid.c') diff --git a/epan/dissectors/packet-sndcp-xid.c b/epan/dissectors/packet-sndcp-xid.c index 42dde20917..28c5f37493 100644 --- a/epan/dissectors/packet-sndcp-xid.c +++ b/epan/dissectors/packet-sndcp-xid.c @@ -44,7 +44,6 @@ #define ALGO_ROHC 2 void proto_register_sndcp_xid(void); -void proto_reg_handoff_sndcp_xid(void); static const value_string sndcp_xid_dcomp_algo_str[] = { {0x0, "V.42 bis"}, @@ -868,12 +867,3 @@ proto_register_sndcp_xid(void) proto_register_subtree_array(ett, array_length(ett)); register_dissector("sndcpxid", dissect_sndcp_xid, proto_sndcp_xid); } - -/* If this dissector uses sub-dissector registration add a registration routine. - This format is required because a script is used to find these routines and - create the code that calls these routines. -*/ -void -proto_reg_handoff_sndcp_xid(void) -{ -} -- cgit v1.2.3