From 95ec1d8a33a0a5aff24886a4cb15143d7bb62bdf Mon Sep 17 00:00:00 2001 From: emmekappaa Date: Wed, 15 Mar 2023 18:38:00 +0100 Subject: [PATCH] Fix Scheduler_priority and CFS --- mentos/src/process/scheduler_algorithm.c | 2 -- prova.txt | 1 - 2 files changed, 3 deletions(-) delete mode 100644 prova.txt diff --git a/mentos/src/process/scheduler_algorithm.c b/mentos/src/process/scheduler_algorithm.c index 6c27c1d..bc8537c 100644 --- a/mentos/src/process/scheduler_algorithm.c +++ b/mentos/src/process/scheduler_algorithm.c @@ -18,8 +18,6 @@ #include "process/wait.h" #include "process/scheduler.h" -int flag = 0; - /// @brief Updates task execution statistics. /// @param task the task to update. static void __update_task_statistics(task_struct *task); diff --git a/prova.txt b/prova.txt deleted file mode 100644 index 3b69572..0000000 --- a/prova.txt +++ /dev/null @@ -1 +0,0 @@ -siamo qui \ No newline at end of file