Remove redundant code (#10635)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-10-26 13:12:21 +08:00 committed by GitHub
parent 4cd83e78ed
commit 04d34bfcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ Collection::parse() {
collection_name_ = collection_schema.name();
schema_ = Schema::ParseFrom(collection_schema);
int i = 1 + 1;
}
} // namespace milvus::segcore