Browse Source

Don't assert that context exists in contextGet().

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
97c2d50f17
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/context.cpp

+ 0
- 1
src/context.cpp View File

@@ -48,7 +48,6 @@ Context::~Context() {
static thread_local Context* threadContext = NULL;

Context* contextGet() {
assert(threadContext);
return threadContext;
}



Loading…
Cancel
Save