summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2010-11-05 18:51:43 -0400
committerNyx Linden <nyx@lindenlab.com>2010-11-05 18:51:43 -0400
commit3d41e67d7ba2981daca2158f1133323b7c7ce478 (patch)
treec109b20454e54694bd7269fb64169ae2c2068967
parentd20412321bd240eed2c656e4b0e4a46109189d13 (diff)
BUILDFIX: commented out unused variable which breaks the mac build.
-rwxr-xr-xindra/newview/llfasttimerview.cpp2
1 files changed, 1 insertions, 1 deletions
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, "