From 3d41e67d7ba2981daca2158f1133323b7c7ce478 Mon Sep 17 00:00:00 2001 From: Nyx Linden Date: Fri, 5 Nov 2010 18:51:43 -0400 Subject: BUILDFIX: commented out unused variable which breaks the mac build. --- indra/newview/llfasttimerview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index eb45b7feed..027eb09e55 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -1463,7 +1463,7 @@ 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(); + //LLSD::Real frame_count = current["FrameCount"].asReal(); os << "Label, " "% Change, " -- cgit v1.2.3