[skip e2e] Remove redundant code (#14728)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2022-01-04 19:05:34 +08:00 committed by GitHub
parent e11e26ab54
commit feb620f6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@
namespace milvus::query {
#if 1
namespace impl {
// THIS CONTAINS EXTRA BODY FOR VISITOR
// WILL BE USED BY GENERATOR UNDER suvlim/core_gen/
@ -28,7 +27,6 @@ class ExtractInfoPlanNodeVisitor : PlanNodeVisitor {
ExtractedPlanInfo& plan_info_;
};
} // namespace impl
#endif
void
ExtractInfoPlanNodeVisitor::visit(FloatVectorANNS& node) {