From 869f56dcf3ee0d1eb53170dab2ad5e1f4bdc14a7 Mon Sep 17 00:00:00 2001 From: "James C. Bevier" Date: Wed, 17 Jul 2019 21:39:18 -0400 Subject: [PATCH] SEL32: Remove some unused variables --- SEL32/sel32_chan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/SEL32/sel32_chan.c b/SEL32/sel32_chan.c index 24413f4..7e0b7ed 100644 --- a/SEL32/sel32_chan.c +++ b/SEL32/sel32_chan.c @@ -89,7 +89,6 @@ extern uint32 M[]; /* our memory */ extern uint32 SPAD[]; /* CPU scratchpad memory */ extern uint32 CPUSTATUS; /* CPU status word */ extern uint32 INTS[]; /* Interrupt status flags */ -extern uint16 ccw_count[]; extern int traceme, trstart; #if 0