From dd89fa511cc8057d9cfe7e693646184444faace0 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 18 Mar 2020 14:10:29 -0400 Subject: [PATCH] chore: remove zombie sandbox scheduling state --- runtime/include/sandbox.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/include/sandbox.h b/runtime/include/sandbox.h index 750f409..8a2bfc8 100644 --- a/runtime/include/sandbox.h +++ b/runtime/include/sandbox.h @@ -44,11 +44,7 @@ struct sandbox { arch_context_t ctxt; // register context for context switch. - // TODO: Refactor to usefully track across scheduler - u64 actual_deadline; - u64 expected_deadline; u64 total_time; - u64 remaining_time; u64 start_time; struct module *module; // the module this is an instance of