summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/darwin/src/run_loop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/src/run_loop.cpp b/platform/darwin/src/run_loop.cpp
index 76f469b22f..0e22dc9e33 100644
--- a/platform/darwin/src/run_loop.cpp
+++ b/platform/darwin/src/run_loop.cpp
@@ -25,7 +25,6 @@ RunLoop::RunLoop(Type)
}
RunLoop::~RunLoop() {
- assert(Scheduler::GetCurrent());
Scheduler::SetCurrent(nullptr);
}