1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-01 06:13:07 +00:00

From Mark: remove unused variables.

This commit is contained in:
Lars Brinkhoff
2022-05-08 19:03:58 +02:00
parent 754affc8e7
commit a2dab943c2

View File

@@ -152,7 +152,6 @@ DEVICE tym_dev = {
static t_stat tym_reset(DEVICE *dptr)
{
int i;
if (tym_unit[0].flags & UNIT_ATT) {
sim_activate(&tym_unit[2], 1000);
sim_activate(&tym_unit[3], 1000);
@@ -657,7 +656,7 @@ static t_stat tym_input_srv(UNIT *uptr)
static t_stat tym_output_srv(UNIT *uptr)
{
uint64 data;
int i, c;
int c;
if (!tmxr_txdone_ln(&tym_ldsc[output_port])) {
sim_activate(&tym_unit[1], 1000);