mirror of https://github.com/milvus-io/milvus.git
enhance: remove unused code (#30601)
Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>pull/30467/head^2
parent
84566dcb11
commit
a297baae9d
|
@ -27,18 +27,6 @@
|
|||
namespace milvus {
|
||||
namespace exec {
|
||||
|
||||
template <typename T>
|
||||
struct TermElementFuncFlat {
|
||||
bool
|
||||
operator()(const T* src, size_t n, T val) {
|
||||
for (size_t i = 0; i < n; ++i) {
|
||||
if (src[i] == val) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
struct TermElementFuncSet {
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue