1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

SCP: Reject undefined device with TESTLIB command

Also remove some otherwise unused variables (assignments but never used).
This commit is contained in:
Mark Pizzolato
2020-05-05 12:57:43 -07:00
parent 3a8472be2b
commit df63d4ff9f
2 changed files with 4 additions and 7 deletions

View File

@@ -876,7 +876,6 @@ static void _sim_rem_log_out (TMLN *lp)
{
char cbuf[4*CBUFSIZE];
REMOTE *rem = &sim_rem_consoles[(int)(lp - sim_rem_con_tmxr.ldsc)];
int line = rem->line;
if ((!sim_oline) && (sim_log)) {
fflush (sim_log);