From ef648ab47c8ecbe6063fa0964ffc085cc63fb6ec Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 18 Jul 2020 09:45:31 -0400 Subject: [PATCH] docs: remove zombie commented out code. --- runtime/src/worker_thread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/worker_thread.c b/runtime/src/worker_thread.c index 9ddd1ac..fee4664 100644 --- a/runtime/src/worker_thread.c +++ b/runtime/src/worker_thread.c @@ -163,7 +163,6 @@ worker_thread_block_current_sandbox(void) } else { debuglog("[%p: %p, %p: %p]\n", current_sandbox, current_sandbox->module->name, next_sandbox, next_sandbox ? next_sandbox->module->name : ""); - // TODO: Looks like a zombie: software_interrupt_enable(); worker_thread_switch_to_sandbox(next_sandbox); } }