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