mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Removed unused code
This commit is contained in:
parent
7a217d45fc
commit
7db4ac273c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user