1
0
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:
Lars Brinkhoff
2020-12-02 14:45:21 -08:00
committed by Mark Pizzolato
parent 1f76c0ce8a
commit d5befa75c1
10 changed files with 13 additions and 23 deletions

View File

@@ -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;