1
0
mirror of https://github.com/simh/simh.git synced 2026-02-27 01:00:07 +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 Mark Pizzolato
parent c2ea487429
commit a25fb368ab

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);