From e99335c085f0c50fd674924714f9499bdff5b08f Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 12 Jan 2009 14:45:20 +0000 Subject: (svn r15008) -Revert (r12706): remove fibers --- src/thread_none.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/thread_none.cpp') 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; -} -- cgit v1.2.3-54-g00ecf