mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Remove redundant code (#14725)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
d5c285ed5b
commit
9f04855588
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user