Skip to content
Snippets Groups Projects
Commit 626d5e3b authored by Xiaohong Bao's avatar Xiaohong Bao
Browse files

remove a debug assertion

parent 52e8b2a1
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ LLVOCacheEntry::LLVOCacheEntry(LLAPRFile* apr_file) ...@@ -167,7 +167,7 @@ LLVOCacheEntry::LLVOCacheEntry(LLAPRFile* apr_file)
LLVOCacheEntry::~LLVOCacheEntry() LLVOCacheEntry::~LLVOCacheEntry()
{ {
mDP.freeBuffer(); mDP.freeBuffer();
llassert(mState == INACTIVE); //llassert(mState == INACTIVE);
} }
//virtual //virtual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment