diff options
author | Brad Linden <brad@lindenlab.com> | 2023-04-26 17:32:19 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-04-26 17:34:43 -0700 |
commit | 513ac361b13b081a13f1f6dde1c0c34c4eb41b3a (patch) | |
tree | 74ef1cb77d0541de2fa0bea08cd44b32fe5f95b8 /indra/newview/llperfstats.h | |
parent | e2dc40a76e1a6e191443c213d0f0474d36c83413 (diff) |
Got things to compile again after DRTVWR-559 & DRTVWR-539 merge.
removing dead code and references to members that don't exist anymore
Diffstat (limited to 'indra/newview/llperfstats.h')
-rw-r--r-- | indra/newview/llperfstats.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llperfstats.h b/indra/newview/llperfstats.h index 48ac483ce7..3289f396f1 100644 --- a/indra/newview/llperfstats.h +++ b/indra/newview/llperfstats.h @@ -229,10 +229,6 @@ namespace LLPerfStats LL_PROFILE_ZONE_SCOPED_CATEGORY_STATS; // LL_INFOS("perfstats") << "processing update:" << LL_ENDL; // Note: nullptr is used as the key for global stats - #ifdef TRACY_ENABLE - static char avstr[36]; - static char obstr[36]; - #endif if (upd.statType == StatType_t::RENDER_DONE && upd.objType == ObjType_t::OT_GENERAL && upd.time == 0) { |