diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp
index 25b744a5ab07edd37c1775ea89836212ba988813..8c5745aa4322aceee99cf0b5453dd13dd5f6986d 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: