mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
[skip e2e] Remove redundant code (#14728)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
e11e26ab54
commit
feb620f6c4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user