diff --git a/src/context.cpp b/src/context.cpp index 532bcbd0..ffb57ec9 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -48,7 +48,6 @@ Context::~Context() { static thread_local Context* threadContext = NULL; Context* contextGet() { - assert(threadContext); return threadContext; }