From 9f04855588bed9c497c55fee4968c53225463019 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 4 Jan 2022 20:01:37 +0800 Subject: [PATCH] [skip e2e] Remove redundant code (#14725) Signed-off-by: yudong.cai --- internal/core/src/query/visitors/ExtractInfoExprVisitor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/core/src/query/visitors/ExtractInfoExprVisitor.cpp b/internal/core/src/query/visitors/ExtractInfoExprVisitor.cpp index 9dc52084f3..dfd1d48863 100644 --- a/internal/core/src/query/visitors/ExtractInfoExprVisitor.cpp +++ b/internal/core/src/query/visitors/ExtractInfoExprVisitor.cpp @@ -13,7 +13,7 @@ #include "query/generated/ExtractInfoExprVisitor.h" namespace milvus::query { -#if 1 + namespace impl { // THIS CONTAINS EXTRA BODY FOR VISITOR // WILL BE USED BY GENERATOR UNDER suvlim/core_gen/ @@ -26,7 +26,6 @@ class ExtractInfoExprVisitor : ExprVisitor { ExtractedPlanInfo& plan_info_; }; } // namespace impl -#endif void ExtractInfoExprVisitor::visit(LogicalUnaryExpr& expr) {