diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2011-01-28 21:23:19 -0700 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2011-01-28 21:23:19 -0700 | 
| commit | 948afb8ef436f661dd84e3c343e22934f92570ec (patch) | |
| tree | 89e1d4a36f023c9a4137c11dfc4b33be44cd5e35 | |
| parent | c111288a23825de8e00d252f98652c362a054251 (diff) | |
trivial: remove some debug code.
| -rw-r--r-- | indra/newview/llappviewer.cpp | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 87c0085226..69333ff4a3 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1057,8 +1057,6 @@ bool LLAppViewer::mainLoop()  		//clear call stack records  		llclearcallstacks; -		MEM_TRACK -  		//check memory availability information  		{  			if(memory_check_interval < memCheckTimer.getElapsedTimeF32()) @@ -1103,8 +1101,6 @@ bool LLAppViewer::mainLoop()  			}  #endif -			MEM_TRACK -  			//memory leaking simulation  			LLFloaterMemLeak* mem_leak_instance =  				LLFloaterReg::findTypedInstance<LLFloaterMemLeak>("mem_leaking"); @@ -1166,8 +1162,6 @@ bool LLAppViewer::mainLoop()  					resumeMainloopTimeout();  				} -				MEM_TRACK -  				if (gDoDisconnect && (LLStartUp::getStartupState() == STATE_STARTED))  				{  					pauseMainloopTimeout(); @@ -1189,8 +1183,6 @@ bool LLAppViewer::mainLoop()  			} -			MEM_TRACK -  			pingMainloopTimeout("Main:Sleep");  			pauseMainloopTimeout(); @@ -1305,9 +1297,6 @@ bool LLAppViewer::mainLoop()  				pingMainloopTimeout("Main:End");  			}	 - -			MEM_TRACK -  		}  		catch(std::bad_alloc)  		{			 | 
