Removed unused code

This commit is contained in:
Uwe Seimet 2021-08-22 22:20:45 +02:00
parent 7a217d45fc
commit 7db4ac273c
2 changed files with 0 additions and 13 deletions

View File

@ -151,18 +151,6 @@ void SASIDEV::GetCTRL(ctrl_t *buffer)
*buffer = ctrl;
}
//---------------------------------------------------------------------------
//
// Get a busy unit
//
//---------------------------------------------------------------------------
Disk* SASIDEV::GetBusyUnit()
{
// Logical Unit
DWORD lun = (ctrl.cmd[1] >> 5) & 0x07;
return ctrl.unit[lun];
}
//---------------------------------------------------------------------------
//
// Run

View File

@ -155,7 +155,6 @@ public:
ctrl_t* GetWorkAddr() { return &ctrl; } // Get the internal information address
virtual BOOL IsSASI() const {return TRUE;} // SASI Check
virtual BOOL IsSCSI() const {return FALSE;} // SCSI check
Disk* GetBusyUnit(); // Get the busy unit
public:
void DataIn(); // Data in phase