summaryrefslogtreecommitdiff
path: root/src/thread_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_none.cpp')
-rw-r--r--src/thread_none.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/thread_none.cpp b/src/thread_none.cpp
index 6209e89a7..a5599dff1 100644
--- a/src/thread_none.cpp
+++ b/src/thread_none.cpp
@@ -4,7 +4,6 @@
#include "stdafx.h"
#include "thread.h"
-#include "fiber.hpp"
/* static */ ThreadObject *ThreadObject::New(OTTDThreadFunc proc, void *param)
{
@@ -25,18 +24,3 @@
{
return NULL;
}
-
-/* static */ Fiber *Fiber::New(FiberFunc proc, void *param)
-{
- return NULL;
-}
-
-/* static */ Fiber *Fiber::AttachCurrent(void *param)
-{
- return NULL;
-}
-
-/* static */ void *Fiber::GetCurrentFiberData()
-{
- return NULL;
-}