summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorsimon <none@none>2013-04-24 16:02:12 -0700
committersimon <none@none>2013-04-24 16:02:12 -0700
commit7cb2f4f35856d4b51132d3915c05ac69dc3a90d5 (patch)
tree0c55596365d644316624f4ff4721d59a1252b72c /indra
parentcc3361352df3463e9ba16e57c04cc35e65821f33 (diff)
Remove an un-needed LL_CHECK_MEMORY check
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltoast.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 4b60f49573..d876c9a3f4 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -596,8 +596,6 @@ void LLToast::updateClass()
// static
void LLToast::cleanupToasts()
{
- LL_CHECK_MEMORY;
-
LLToast * toastp = NULL;
while (LLInstanceTracker<LLToast>::instanceCount() > 0)