(svn r15008) -Revert (r12706): remove fibers

This commit is contained in:
glx
2009-01-12 14:45:20 +00:00
parent 53ca48efe2
commit e99335c085
7 changed files with 0 additions and 445 deletions

View File

@@ -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;
}