From f03899562cc53c59a080b396b2dc7729887422d8 Mon Sep 17 00:00:00 2001 From: "Graham Madarasz (Graham Linden)" Date: Tue, 2 Apr 2013 09:47:04 -0700 Subject: Remove redundant fwrite of stats data tripping up linux builds and likely the stats themselves --- indra/newview/llviewerstatsrecorder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llviewerstatsrecorder.cpp b/indra/newview/llviewerstatsrecorder.cpp index 97ca08f694..728f04af78 100644 --- a/indra/newview/llviewerstatsrecorder.cpp +++ b/indra/newview/llviewerstatsrecorder.cpp @@ -258,7 +258,6 @@ void LLViewerStatsRecorder::writeToLog( F32 interval ) { llwarns << "Unable to write complete stats record to " << STATS_FILE_NAME << llendl; } - fwrite(data_msg.str().c_str(), 1, data_size, mObjectCacheFile ); clearStats(); } -- cgit v1.2.3