From 99292467ed29553911066f2671d179b0088a41d4 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 26 Oct 2024 03:54:46 +0300 Subject: [PATCH] task: Remove redundant code NewLock(SchedulerLock); --- include/task.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/task.hpp b/include/task.hpp index 0f88450..b374410 100644 --- a/include/task.hpp +++ b/include/task.hpp @@ -539,7 +539,6 @@ namespace Tasking class Task { private: - NewLock(SchedulerLock); NewLock(TaskingLock); PID NextPID = 0;