From 375caac45c3ed7d54e1be0fa83f7f5095d09c049 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 26 Jun 2020 16:58:28 +0200 Subject: [PATCH] IMLAC: Remove unused variable. --- imlac/imlac_pt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/imlac/imlac_pt.c b/imlac/imlac_pt.c index dcf23d51..40274371 100644 --- a/imlac/imlac_pt.c +++ b/imlac/imlac_pt.c @@ -92,7 +92,6 @@ static t_stat ptr_svc (UNIT *uptr) { unsigned char ch; - uint16 flag; /* 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. */