summaryrefslogtreecommitdiff
path: root/os/thread.cpp
diff options
context:
space:
mode:
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;