Revert "TEMPORARILY disable erroring out during mesh upload"
This reverts commit 3bdeb8e8a8.
This commit is contained in:
@@ -486,14 +486,10 @@ LLThreadSafeRefCount::LLThreadSafeRefCount() :
|
|||||||
|
|
||||||
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)
|
if (mRef != 0)
|
||||||
{
|
{
|
||||||
llerrs << "deleting non-zero reference" << llendl;
|
llerrs << "deleting non-zero reference" << llendl;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user