(svn r15008) -Revert (r12706): remove fibers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user