summaryrefslogtreecommitdiff
path: root/os/thread.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2021-01-22 13:45:09 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2021-01-22 13:45:09 +0100
commit257c13ef064e20bfbe7330004c76a77f8a73b86b (patch)
tree8610cedea8481d8d6dbbc02edadd61e4983e758d /os/thread.cpp
parent1a38973eb8fd0f889f7c272e9ef183687034d550 (diff)
os: Remove old threading code.
Diffstat (limited to 'os/thread.cpp')
-rw-r--r--os/thread.cpp4
1 files changed, 0 insertions, 4 deletions
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;