OSDN Git Service

[VM][SCSI_HDD] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 14 Oct 2018 09:13:26 +0000 (18:13 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 14 Oct 2018 09:13:26 +0000 (18:13 +0900)
source/src/vm/scsi_hdd.cpp
source/src/vm/scsi_hdd.h

index 89b943f..2c18972 100644 (file)
@@ -201,10 +201,6 @@ bool SCSI_HDD::process_state(FILEIO* state_fio, bool loading)
 }
 
 // SASI hard disk drive
-int SASI_HDD::get_command_length(int value)
-{
-       return SCSI_HDD::get_command_length(value);
-}
 
 void SASI_HDD::start_command()
 {
index a85d246..1b3871d 100644 (file)
@@ -25,7 +25,6 @@ private:
 
        _TCHAR image_path[8][_MAX_PATH];
        int sector_size[8];
-       
 public:
        SCSI_HDD(VM_TEMPLATE* parent_vm, EMU* parent_emu) : SCSI_DEV(parent_vm, parent_emu) 
        {