diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index 4ddc58d18..8a2b6d0b5 100644 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -486,14 +486,10 @@ LLThreadSafeRefCount::LLThreadSafeRefCount() : LLThreadSafeRefCount::~LLThreadSafeRefCount() { - llassert(mRef == 0); - /* TEMPORARILY disable erroring out on deleting this object with - nonzero reference count until the problem in AIStateMachine is fixed if (mRef != 0) { llerrs << "deleting non-zero reference" << llendl; } - */ } //============================================================================