diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-08 10:37:58 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-08 10:37:58 -0500 | 
| commit | 853e90ea8014ac9c4fb02cb2d2eeffa8ab473f85 (patch) | |
| tree | 15bb7c504743450d867036a0adb7068cdfc2191f | |
| parent | 3d41e67d7ba2981daca2158f1133323b7c7ce478 (diff) | |
removed unused variable
| -rwxr-xr-x | indra/newview/llfasttimerview.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 027eb09e55..4bcbe665aa 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -1463,7 +1463,6 @@ void LLFastTimerView::doAnalysisDefault(std::string baseline, std::string target  	std::ofstream os(output.c_str());  	LLSD::Real session_time = current["SessionTime"].asReal(); -	//LLSD::Real frame_count = current["FrameCount"].asReal();  	os <<  		"Label, "  		"% Change, "  | 
