1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-27 01:10:14 +00:00

Remove unused label.

This commit is contained in:
Lars Brinkhoff
2020-02-17 18:32:47 +01:00
parent 3ad4704113
commit ef8e363a21

View File

@@ -139,13 +139,6 @@ netconscycle(void *dev)
break;
}
return;
err:
printf("error address %o\n", a);
nc->buf[0] = 1;
nc->buf[1] = 1;
nc->buf[2] = ERR;
writen(nc->fd, nc->buf, nc->buf[0]+2);
return;
}
Device*