From a54c14f7a97f13c495fea6911ec8b56f2a410ee7 Mon Sep 17 00:00:00 2001
From: Drake Arconis <drake@alchemyviewer.org>
Date: Tue, 30 Jun 2015 10:52:20 -0400
Subject: [PATCH] Unused variable cleanup.

---
 indra/newview/llvoavatar.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index fcb2f69619..e29cc7147c 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -6457,7 +6457,6 @@ BOOL LLVOAvatar::isFullyLoaded() const
 bool LLVOAvatar::isTooComplex() const
 {
 	bool too_complex;
-	F64 now = LLFrameTimer::getTotalSeconds();
 	if (isSelf())
 	{
 		too_complex = false;
-- 
GitLab