aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/cdt/packet-cdt-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/cdt/packet-cdt-template.c')
-rw-r--r--epan/dissectors/asn1/cdt/packet-cdt-template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/asn1/cdt/packet-cdt-template.c b/epan/dissectors/asn1/cdt/packet-cdt-template.c
index 355737d926..ef2857ddcd 100644
--- a/epan/dissectors/asn1/cdt/packet-cdt-template.c
+++ b/epan/dissectors/asn1/cdt/packet-cdt-template.c
@@ -59,8 +59,6 @@ static guint32 content_type = 0;
static int proto_cdt = -1;
#include "packet-cdt-hf.c"
-static dissector_handle_t data_handle = NULL;
-
/* Initialize the subtree pointers */
#include "packet-cdt-ett.c"
@@ -128,6 +126,4 @@ void proto_register_cdt (void) {
/*--- proto_reg_handoff_cdt ---------------------------------------*/
void proto_reg_handoff_cdt (void) {
#include "packet-cdt-dis-tab.c"
-
- data_handle = find_dissector ("data");
}