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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user