diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index fcb2f69619522dd92aaf4d3d9e014c7a87d02c80..e29cc7147cd4e2cfb61091730c8f8c70bfe2080d 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;