Skip to content
Snippets Groups Projects
Commit 7cb2f4f3 authored by simon's avatar simon
Browse files

Remove an un-needed LL_CHECK_MEMORY check

parent cc336135
No related branches found
No related tags found
No related merge requests found
...@@ -596,8 +596,6 @@ void LLToast::updateClass() ...@@ -596,8 +596,6 @@ void LLToast::updateClass()
// static // static
void LLToast::cleanupToasts() void LLToast::cleanupToasts()
{ {
LL_CHECK_MEMORY;
LLToast * toastp = NULL; LLToast * toastp = NULL;
while (LLInstanceTracker<LLToast>::instanceCount() > 0) while (LLInstanceTracker<LLToast>::instanceCount() > 0)
......
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