diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 13:43:59 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 13:43:59 +0300 |
commit | 363b89947c580e1056cb5f4ae32ebfd9eaf12a17 (patch) | |
tree | 0c19f415cb30983169a1a6aa3559b83841ee78e3 | |
parent | ee05a06360a82489e85d8c875eb68a0f0b1ff91d (diff) |
Mac build fix
-rw-r--r-- | indra/newview/tests/llviewerassetstats_test.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index 278de5f31c..8dfba05d15 100644 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -43,23 +43,6 @@ namespace LLStatViewer LLTrace::SampleStatHandle<> FPS_SAMPLE("fpssample"); } -void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts) -{ - counts.resize(3); - counts[0] = 0; - counts[1] = 0; - counts[2] = 1; -} - -// static -std::string LLVOAvatar::rezStatusToString(S32 rez_status) -{ - if (rez_status==0) return "cloud"; - if (rez_status==1) return "gray"; - if (rez_status==2) return "textured"; - return "unknown"; -} - // static LLViewerStats::StatsAccumulator& LLViewerStats::PhaseMap::getPhaseStats(const std::string& phase_name) { |