Skip to content
Snippets Groups Projects
Commit 0d305552 authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

buildfix removing unnecessary line in llvector4a.h

upon further review, falcon determined this fix was unnecessary.
parent 054e8fbd
No related branches found
No related tags found
No related merge requests found
...@@ -321,8 +321,6 @@ class LLVector4a ...@@ -321,8 +321,6 @@ class LLVector4a
LLQuad mQ; LLQuad mQ;
}; };
template <> LL_FORCE_INLINE LLSimdScalar LLVector4a::getScalarAt<0>() const;
inline void update_min_max(LLVector4a& min, LLVector4a& max, const LLVector4a& p) inline void update_min_max(LLVector4a& min, LLVector4a& max, const LLVector4a& p)
{ {
min.setMin(min, p); min.setMin(min, p);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment