mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 12:17:25 +00:00
I650, IBM1130, PDP11, PDP18b, VAX, Sigma: Fix set but unused variables.
This commit is contained in:
committed by
Mark Pizzolato
parent
1f76c0ce8a
commit
d5befa75c1
@@ -453,8 +453,6 @@ t_stat dsk_reset(DEVICE * dptr)
|
||||
|
||||
t_stat dsk_attach(UNIT * uptr, CONST char *file)
|
||||
{
|
||||
DEVICE *dptr = find_dev_from_unit(uptr);
|
||||
int unit = (uptr - dptr->units);
|
||||
t_stat r;
|
||||
int flen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user