Remove stale or broken call to kdb_trap() and protected by the non-

option KDB. Besides being wrong, it also interferes with ongoing
work.
This commit is contained in:
Marcel Moolenaar 2004-03-11 00:17:45 +00:00
parent e4214b72d5
commit cd5cb01152
2 changed files with 0 additions and 8 deletions

View File

@ -629,10 +629,6 @@ trap_fatal(frame, eva)
printf("Idle\n");
}
#ifdef KDB
if (kdb_trap(&psl))
return;
#endif
#ifdef DDB
if ((debugger_on_panic || db_active) && kdb_trap(type, 0, frame))
return;

View File

@ -806,10 +806,6 @@ trap_fatal(frame, eva)
printf("Idle\n");
}
#ifdef KDB
if (kdb_trap(&psl))
return;
#endif
#ifdef DDB
if ((debugger_on_panic || db_active) && kdb_trap(type, 0, frame))
return;