summaryrefslogtreecommitdiff
path: root/core/os/thread_dummy.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/thread_dummy.h')
-rw-r--r--core/os/thread_dummy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/os/thread_dummy.h b/core/os/thread_dummy.h
index 066ee498ac..37d9ee0846 100644
--- a/core/os/thread_dummy.h
+++ b/core/os/thread_dummy.h
@@ -36,7 +36,6 @@
#include "core/os/thread.h"
class ThreadDummy : public Thread {
-
static Thread *create(ThreadCreateCallback p_callback, void *p_user, const Settings &p_settings = Settings());
public:
@@ -46,7 +45,6 @@ public:
};
class RWLockDummy : public RWLock {
-
static RWLock *create();
public: