aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 052ea1fcb7..49198bd2a4 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -37,7 +37,6 @@
#include "packet-scsi-osd.h"
void proto_register_scsi_osd(void);
-void proto_reg_handoff_scsi_osd(void);
static int proto_scsi_osd = -1;
int hf_scsi_osd_opcode = -1;
@@ -4045,10 +4044,6 @@ proto_register_scsi_osd(void)
expert_register_field_array(expert_scsi_osd, ei, array_length(ei));
}
-void
-proto_reg_handoff_scsi_osd(void)
-{
-}
/*
* Editor modelines
*