PDP11: Remove dead code in RL11
This commit is contained in:
parent
57837528ae
commit
e062e2d7c1
1 changed files with 0 additions and 10 deletions
|
@ -1047,16 +1047,6 @@ uptr->STAT = RLDS_BHO | RLDS_LOAD;
|
||||||
return sim_disk_detach (uptr);
|
return sim_disk_detach (uptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set size routine */
|
|
||||||
|
|
||||||
t_stat rl_set_size (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
|
||||||
{
|
|
||||||
if (uptr->flags & UNIT_ATT)
|
|
||||||
return SCPE_ALATT;
|
|
||||||
uptr->capac = (val & UNIT_RL02)? RL02_SIZE: RL01_SIZE;
|
|
||||||
return SCPE_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set type command validation routine */
|
/* Set type command validation routine */
|
||||||
|
|
||||||
t_stat rl_set_type (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
t_stat rl_set_type (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue