summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-02-18 13:00:29 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-02-18 13:00:29 +0200
commit3ab22ef6be3c83bf9f90d19a1bf27be07868eab3 (patch)
tree55628cd42e8e73d739ed56a7c850e66a9d6a17e1 /indra/llmath
parent4042617479d95671cea291e814fdcca3ba6e0d0d (diff)
build fix
Diffstat (limited to 'indra/llmath')
-rwxr-xr-xindra/llmath/llmath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h
index 5f696381fa..a8b27ad189 100755
--- a/indra/llmath/llmath.h
+++ b/indra/llmath/llmath.h
@@ -556,7 +556,6 @@ inline void ll_remove_outliers(std::vector<VEC_TYPE>& data, F32 k)
}
}
- llassert(NULL != src && NULL != dst);
// Include simd math header
#include "llsimdmath.h"