From 70eb45e92382103ac969bf1e8f88774a21a8d4b9 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 20 Apr 2013 04:53:44 +0200 Subject: [PATCH] Revert "TEMPORARILY disable erroring out during mesh upload" This reverts commit 3bdeb8e8a80eafcb01c6bff8b763f09a1ca5122f. --- indra/llcommon/llthread.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; } - */ } //============================================================================