aboutsummaryrefslogtreecommitdiff
path: root/src/sched.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sched.hpp')
-rw-r--r--src/sched.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sched.hpp b/src/sched.hpp
deleted file mode 100644
index cfa3ff0..0000000
--- a/src/sched.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include "task.h"
-
-class RoundRobinQueue : public Queue<Task> {
-public:
- [[nodiscard]] Task *next(int slice);
-};