From 257c13ef064e20bfbe7330004c76a77f8a73b86b Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 22 Jan 2021 13:45:09 +0100 Subject: os: Remove old threading code. --- os/thread.cpp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 os/thread.cpp (limited to 'os/thread.cpp') diff --git a/os/thread.cpp b/os/thread.cpp deleted file mode 100644 index 426fffd..0000000 --- a/os/thread.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "thread.h" - -Thread Thread::main_thread __attribute__ ((init_priority (1000))); -Thread* Thread::active_thread = &Thread::main_thread; -- cgit v1.2.3