From 7cb2f4f35856d4b51132d3915c05ac69dc3a90d5 Mon Sep 17 00:00:00 2001
From: simon <none@none>
Date: Wed, 24 Apr 2013 16:02:12 -0700
Subject: [PATCH] Remove an un-needed LL_CHECK_MEMORY check

---
 indra/newview/lltoast.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 4b60f49573d..d876c9a3f4b 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)
-- 
GitLab