diff options
| author | simon <none@none> | 2013-04-24 16:02:12 -0700 | 
|---|---|---|
| committer | simon <none@none> | 2013-04-24 16:02:12 -0700 | 
| commit | 7cb2f4f35856d4b51132d3915c05ac69dc3a90d5 (patch) | |
| tree | 0c55596365d644316624f4ff4721d59a1252b72c | |
| parent | cc3361352df3463e9ba16e57c04cc35e65821f33 (diff) | |
Remove an un-needed LL_CHECK_MEMORY check
| -rw-r--r-- | indra/newview/lltoast.cpp | 2 | 
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) | 
