No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -180,8 +180,8 @@ bool LLHeapBuffer::reclaimSegment(const LLSegment& segment)
|
||||
}
|
||||
else if(mReclaimedBytes > mSize)
|
||||
{
|
||||
llwarns << "LLHeapBuffer reclaimed more memory than allocated."
|
||||
<< " This is probably programmer error." << llendl;
|
||||
LL_WARNS() << "LLHeapBuffer reclaimed more memory than allocated."
|
||||
<< " This is probably programmer error." << LL_ENDL;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user