summaryrefslogtreecommitdiff
path: root/indra/llcharacter/lljoint.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-16 23:07:51 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-01-16 23:16:43 +0200
commit8ec8732ec9a6dd109b3d40762148f0c951566e9b (patch)
treea4e1eca1d58a98645ea8737584198d80b6dd0898 /indra/llcharacter/lljoint.cpp
parent20b16ddf053733271f8cf0966f2a5c5b6ac2a8a1 (diff)
SL-18893 OSX buildfix
Diffstat (limited to 'indra/llcharacter/lljoint.cpp')
-rw-r--r--indra/llcharacter/lljoint.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp
index 280641a1a5..06f3bedf85 100644
--- a/indra/llcharacter/lljoint.cpp
+++ b/indra/llcharacter/lljoint.cpp
@@ -720,7 +720,6 @@ void LLJoint::showAttachmentScaleOverrides(const std::string& av_info) const
{
LL_DEBUGS("Avatar") << "no conflicts" << LL_ENDL;
}
- std::set<LLVector3>::iterator dit = distinct_offsets.begin();
for (const LLVector3& offset : distinct_offsets)
{
std::string highlight = (has_active_override && offset == active_override) ? "*" : "";