diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-02 09:47:04 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-02 09:47:04 -0700 |
commit | f03899562cc53c59a080b396b2dc7729887422d8 (patch) | |
tree | d4b96ea6e96cef3ea48d0905ac5ba699d274cd48 /indra/newview | |
parent | 38ad100a83c7fce40cb6e5b111ad424ee288c88e (diff) |
Remove redundant fwrite of stats data tripping up linux builds and likely the stats themselves
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerstatsrecorder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |