IMLAC: Remove unused variable.

This commit is contained in:
Lars Brinkhoff 2020-06-26 16:58:28 +02:00
parent da76d6eca1
commit 375caac45c

View file

@ -92,7 +92,6 @@ static t_stat
ptr_svc (UNIT *uptr) ptr_svc (UNIT *uptr)
{ {
unsigned char ch; unsigned char ch;
uint16 flag;
/* This function is called when the motor is on. The data ready /* This function is called when the motor is on. The data ready
flag toggles on and off when the tape goes past the read head. */ flag toggles on and off when the tape goes past the read head. */