Skip to content
Snippets Groups Projects
Commit 8037601d authored by Graham Madarasz (Graham Linden)'s avatar Graham Madarasz (Graham Linden)
Browse files

Remove duplicate fwrite of viewer stats data

parent 7c242dae
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,6 @@ void LLViewerStatsRecorder::writeToLog( F32 interval ) ...@@ -258,7 +258,6 @@ void LLViewerStatsRecorder::writeToLog( F32 interval )
{ {
llwarns << "Unable to write complete stats record to " << STATS_FILE_NAME << llendl; llwarns << "Unable to write complete stats record to " << STATS_FILE_NAME << llendl;
} }
fwrite(data_msg.str().c_str(), 1, data_size, mObjectCacheFile );
clearStats(); clearStats();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment