1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-03 22:58:53 +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

@@ -9,8 +9,10 @@
#define DEBUG_T2741
#if 0
static TMLN t2741_ldsc = { 0 }; /* line descr for telnet attachment */
static TMXR t2741_tmxr = { 1, 0, 0, &t2741_ldsc }; /* line mux for telnet attachment */
#endif
#define T2741_DSW_TRANSMIT_NOT_READY 0x4000
#define T2741_DSW_READ_RESPONSE 0x1000