aboutsummaryrefslogtreecommitdiff
path: root/common/coroutines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/coroutines.cpp')
-rw-r--r--common/coroutines.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/coroutines.cpp b/common/coroutines.cpp
index 248777febd..54e53ff7d3 100644
--- a/common/coroutines.cpp
+++ b/common/coroutines.cpp
@@ -33,8 +33,6 @@ namespace Common {
/** Helper null context instance */
CoroContext nullContext = NULL;
-DECLARE_SINGLETON(CoroutineScheduler);
-
#ifdef COROUTINE_DEBUG
namespace {
/** Count of active coroutines */