Skip to content

Commit

Permalink
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() pr…
Browse files Browse the repository at this point in the history
…ototype

In commit 1454509 we removed the function
scsi_legacy_handle_cmdline() and all of its callers, but forgot to
delete the prototype from the header function.  Delete the prototype
too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221013130500.967432-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
  • Loading branch information
pm215 authored and vivier committed Oct 22, 2022
1 parent 6191347 commit fe8a739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/hw/scsi/scsi.h
Expand Up @@ -188,7 +188,6 @@ SCSIDevice *scsi_bus_legacy_add_drive(SCSIBus *bus, BlockBackend *blk,
const char *serial, Error **errp);
void scsi_bus_set_ua(SCSIBus *bus, SCSISense sense);
void scsi_bus_legacy_handle_cmdline(SCSIBus *bus);
void scsi_legacy_handle_cmdline(void);

SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
uint32_t tag, uint32_t lun, void *hba_private);
Expand Down

0 comments on commit fe8a739

Please sign in to comment.