1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-14 07:40:35 +00:00

AltairZ80: TDD: Remove unused variable.

This commit is contained in:
Howard M. Harte 2022-11-18 18:51:59 -08:00 committed by Paul Koning
parent f578ce76a7
commit 33aad32550

View File

@ -64,7 +64,6 @@ typedef struct {
extern WD179X_INFO_PUB *wd179x_infop;
static TDD_INFO tdd_info_data = { { 0x0000, 0, TDD_IO_BASE, TDD_IO_SIZE } };
static TDD_INFO *tdd_info = &tdd_info_data;
extern t_stat set_iobase(UNIT *uptr, int32 val, CONST char *cptr, void *desc);
extern t_stat show_iobase(FILE *st, UNIT *uptr, int32 val, CONST void *desc);