From 83ffa18c373e7c6dabbf8d2919ecf05a11ddf444 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 22 Sep 2021 17:21:53 +0800 Subject: [PATCH] [skip ci] Update test_concurrent_vector (#8273) Signed-off-by: yudong.cai --- internal/core/unittest/test_concurrent_vector.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/core/unittest/test_concurrent_vector.cpp b/internal/core/unittest/test_concurrent_vector.cpp index 7a6dce00c0..5ebacbadbd 100644 --- a/internal/core/unittest/test_concurrent_vector.cpp +++ b/internal/core/unittest/test_concurrent_vector.cpp @@ -10,17 +10,12 @@ // or implied. See the License for the specific language governing permissions and limitations under the License. #include - -#include #include #include #include #include #include "segcore/ConcurrentVector.h" -#include "segcore/SegmentGrowing.h" -// #include "knowhere/index/vector_index/helpers/IndexParameter.h" - #include "segcore/SegmentGrowing.h" #include "segcore/AckResponder.h"