diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 16:57:24 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 16:57:24 -0400 | 
| commit | 0d305552003d8378f692cddf87caebb7c47d8ab3 (patch) | |
| tree | bf0ef8fdb575854e83930d3072b6a5c5aa61229a /indra/llmath | |
| parent | 054e8fbde325c03bc8f9a7c10aa8bb9319d501ba (diff) | |
buildfix removing unnecessary line in llvector4a.h
upon further review, falcon determined this fix was unnecessary.
Diffstat (limited to 'indra/llmath')
| -rw-r--r-- | indra/llmath/llvector4a.h | 2 | 
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); | 
