On 13/10/22 15:05, Peter Maydell wrote:
In commit 1454509726719e0933c80 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 <[email protected]> --- include/hw/scsi/scsi.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
