mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
PDP10, ETHER, VIDEO, VAX: Fix set but unused variables.
This commit is contained in:
committed by
Mark Pizzolato
parent
86889c662c
commit
970fb8ec95
@@ -1192,8 +1192,6 @@ return sim_disk_detach (uptr);
|
||||
|
||||
t_stat rp_set_type (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||
{
|
||||
int32 dtype = GET_DTYPE (val);
|
||||
|
||||
if ((val < 0) || (cptr && *cptr))
|
||||
return SCPE_ARG;
|
||||
if (uptr->flags & UNIT_ATT)
|
||||
|
||||
Reference in New Issue
Block a user