diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-05-30 16:09:36 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-05-30 16:09:36 -0600 |
commit | 626d5e3b3d935e0ba616408b1736bd10f5ea9990 (patch) | |
tree | ec5d454d14f5dfeaf1c71ac1eff546ed4eca072e /indra/newview | |
parent | 52e8b2a1a279e13a39a95b32a301780998b8d8c4 (diff) |
remove a debug assertion
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvocache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index bcd9dda652..5e2d2efc5e 100644 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -167,7 +167,7 @@ LLVOCacheEntry::LLVOCacheEntry(LLAPRFile* apr_file) LLVOCacheEntry::~LLVOCacheEntry() { mDP.freeBuffer(); - llassert(mState == INACTIVE); + //llassert(mState == INACTIVE); } //virtual |