From e54c9987e772690cb649e945c891439a98b9fc0c Mon Sep 17 00:00:00 2001 From: andreykproductengine <andreykproductengine@lindenlab.com> Date: Wed, 22 May 2019 20:41:23 +0300 Subject: [PATCH] SL-10562 Cleanup 2 --- indra/newview/llcontrolavatar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index 340a2d311dc..d24dac385f2 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -591,7 +591,6 @@ LLViewerObject* LLControlAvatar::lineSegmentIntersectRiggedAttachments(const LLV std::vector<LLVOVolume*> volumes; getAnimatedVolumes(volumes); - std::map<LLUUID, S32> anims; for (std::vector<LLVOVolume*>::iterator vol_it = volumes.begin(); vol_it != volumes.end(); ++vol_it) { LLVOVolume *volp = *vol_it; -- GitLab