Skip to content
Snippets Groups Projects
Commit 10390bc4 authored by simon's avatar simon
Browse files

Fix merge error

parent c5f28191
No related branches found
No related tags found
No related merge requests found
...@@ -556,7 +556,6 @@ inline void ll_remove_outliers(std::vector<VEC_TYPE>& data, F32 k) ...@@ -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 simd math header
#include "llsimdmath.h" #include "llsimdmath.h"
......
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