summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llmath/llvector4a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmath/llvector4a.h b/indra/llmath/llvector4a.h
index a80e9b49dd..1e0b3bc854 100644
--- a/indra/llmath/llvector4a.h
+++ b/indra/llmath/llvector4a.h
@@ -321,8 +321,6 @@ private:
LLQuad mQ;
};
-template <> LL_FORCE_INLINE LLSimdScalar LLVector4a::getScalarAt<0>() const;
-
inline void update_min_max(LLVector4a& min, LLVector4a& max, const LLVector4a& p)
{
min.setMin(min, p);