diff options
| author | Ladi Prosek | 2016-06-13 16:20:48 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-09-15 14:32:22 +0200 |
| commit | d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9 (patch) | |
| tree | 0b9d6a1f54c29b417ad1eaf4fb3a5ab5af0eee16 /include/hw/scsi | |
| parent | ivshmem: Delete duplicate debug message (diff) | |
| download | qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.gz qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.xz qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.zip | |
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and
manually verified by grepping the sources.
Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/scsi')
| -rw-r--r-- | include/hw/scsi/scsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/scsi/scsi.h b/include/hw/scsi/scsi.h index 94d7868105..9bad49e917 100644 --- a/include/hw/scsi/scsi.h +++ b/include/hw/scsi/scsi.h @@ -243,7 +243,6 @@ extern const struct SCSISense sense_code_SPACE_ALLOC_FAILED; uint32_t scsi_data_cdb_xfer(uint8_t *buf); uint32_t scsi_cdb_xfer(uint8_t *buf); int scsi_cdb_length(uint8_t *buf); -int scsi_sense_valid(SCSISense sense); int scsi_build_sense(uint8_t *in_buf, int in_len, uint8_t *buf, int len, bool fixed); |
