summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKA/Sources/ProcessScheduler.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev/ZKA/Sources/ProcessScheduler.cxx b/dev/ZKA/Sources/ProcessScheduler.cxx
index 3fb82067..902a3c42 100644
--- a/dev/ZKA/Sources/ProcessScheduler.cxx
+++ b/dev/ZKA/Sources/ProcessScheduler.cxx
@@ -47,13 +47,6 @@ namespace Kernel
kcout << (*this->Name == 0 ? "UNKNOWN" : this->Name) << ": crashed. (id = " << number(kErrorProcessFault);
kcout << ")\r";
- if (Kernel::ProcessScheduler::The().Leak().CurrentTeam().AsArray().Count() < 1)
- {
- kcout << "newoskrnl: Terminating as we are the only process...\r";
-
- ke_stop(RUNTIME_CHECK_PROCESS);
- }
-
this->Exit(kErrorProcessFault);
}