diff --git a/lib/scsi/scsi_internal.h b/lib/scsi/scsi_internal.h index e8d31e46c..f62d91890 100644 --- a/lib/scsi/scsi_internal.h +++ b/lib/scsi/scsi_internal.h @@ -164,13 +164,6 @@ struct spdk_scsi_lun { struct spdk_poller *reset_poller; }; -struct spdk_lun_db_entry { - struct spdk_scsi_lun *lun; - struct spdk_lun_db_entry *next; -}; - -extern struct spdk_lun_db_entry *spdk_scsi_lun_list_head; - struct spdk_scsi_lun *spdk_scsi_lun_construct(struct spdk_bdev *bdev, void (*hotremove_cb)(const struct spdk_scsi_lun *, void *), void *hotremove_ctx);