summaryrefslogtreecommitdiff
path: root/src/thread/thread_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thread_none.cpp')
-rw-r--r--src/thread/thread_none.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/thread/thread_none.cpp b/src/thread/thread_none.cpp
index 91eb50b11..83ae52d46 100644
--- a/src/thread/thread_none.cpp
+++ b/src/thread/thread_none.cpp
@@ -28,8 +28,3 @@ public:
virtual void WaitForSignal() {}
virtual void SendSignal() {}
};
-
-/* static */ ThreadMutex *ThreadMutex::New()
-{
- return new ThreadMutex_None();
-}