mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-15 04:30:24 +00:00
Removed unused code
This commit is contained in:
parent
158ea94193
commit
7a217d45fc
@ -110,18 +110,6 @@ void SASIDEV::Connect(int id, BUS *bus)
|
||||
ctrl.bus = bus;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
// Get the logical unit
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
Disk* SASIDEV::GetUnit(int no)
|
||||
{
|
||||
ASSERT(no < UnitMax);
|
||||
|
||||
return ctrl.unit[no];
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
// Set the logical unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user