summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-05-01 17:24:07 -0700
committerBrad Linden <brad@lindenlab.com>2023-05-01 17:24:07 -0700
commit2994833e7cc53670bd3303cb88054d7acee875cf (patch)
tree4100c23b074b0d71c5bf2538e53a3ccc312f57dd
parent334d71e9107ae3c4d35b181f2ed6e5c9ff1de519 (diff)
SL-19656 followup removing unused variable
-rw-r--r--indra/newview/llfloaterperformance.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp
index 25b744a5ab..8c5745aa43 100644
--- a/indra/newview/llfloaterperformance.cpp
+++ b/indra/newview/llfloaterperformance.cpp
@@ -56,8 +56,6 @@ const S32 BAR_LEFT_PAD = 2;
const S32 BAR_RIGHT_PAD = 5;
const S32 BAR_BOTTOM_PAD = 9;
-constexpr auto AvType {LLPerfStats::ObjType_t::OT_AVATAR};
-
class LLExceptionsContextMenu : public LLListContextMenu
{
public: