diff options
author | Richard Linden <none@none> | 2013-10-21 12:54:21 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-21 12:54:21 -0700 |
commit | 54c9aba3d980b6cee4c8025bafe381ea16638d34 (patch) | |
tree | 399dbeb4324d5466156bb2a6fa36d48764b81ca8 | |
parent | 04397a095acd6ceeb280b3fc82cf122fd6ccf43a (diff) |
more buildfix
-rwxr-xr-x | indra/newview/tests/llviewerassetstats_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index 7a84e65c91..a08e32cb49 100755 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -344,7 +344,6 @@ namespace tut LLViewerAssetStatsFF::record_enqueue(LLViewerAssetType::AT_BODYPART, false, false); LLViewerAssetStatsFF::record_dequeue(LLViewerAssetType::AT_BODYPART, false, false); - gViewerAssetStats->updateStats(); LLSD sd = gViewerAssetStats->asLLSD(false); ensure("Correct single-key LLSD map root", is_double_key_map(sd, "regions", "duration")); ensure("Correct single-slot LLSD array regions", is_single_slot_array(sd["regions"], region1_handle)); |