Clear redundant code line (#9631)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9632/merge
Cai Yudong 2021-10-11 17:04:29 +08:00 committed by GitHub
parent 7801357dd3
commit b8519416c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include <gtest/gtest.h>
#include "common/SystemProperty.h"
#ifndef MILVUS_TEST_SEGCORE_YAML_PATH
#error MILVUS_TEST_SEGCORE_YAML_PATH is not defined
#define MILVUS_TEST_SEGCORE_YAML_PATH ""

View File

@ -13,7 +13,6 @@
#include "test_utils/DataGen.h"
using namespace milvus;
using namespace milvus::query;
using namespace milvus::segcore;
TEST(Binary, Insert) {