From b55c8fe2da97e14d17f9c4130930343cc517a804 Mon Sep 17 00:00:00 2001
From: Brad Kittenbrink <brad@lindenlab.com>
Date: Wed, 11 Jul 2007 22:30:16 +0000
Subject: [PATCH] Fixed a build error under XCode due to unused file static
 variable.

---
 indra/newview/llviewerjointmesh_sse2.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/llviewerjointmesh_sse2.cpp b/indra/newview/llviewerjointmesh_sse2.cpp
index 41f86d363f7..84e50736abe 100644
--- a/indra/newview/llviewerjointmesh_sse2.cpp
+++ b/indra/newview/llviewerjointmesh_sse2.cpp
@@ -38,8 +38,6 @@
 #if LL_VECTORIZE
 
 
-static LLV4Matrix4	sJointMat[32];
-
 inline void matrix_translate(LLV4Matrix4& m, const LLMatrix4* w, const LLVector3& j)
 {
 	m.mV[VX] = _mm_loadu_ps(w->mMatrix[VX]);
-- 
GitLab