Skip to content

Commit

Permalink
enhance: [skip ci] remove tools/core_gen after milvus-io#35251 (milvu…
Browse files Browse the repository at this point in the history
…s-io#36306)

`tools/core_gen` python scripts are useless after
milvus-io#35251

fixes: milvus-io#36305

Signed-off-by: Yinzuo Jiang <yinzuo.jiang@zilliz.com>
Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
  • Loading branch information
jiangyinzuo authored Nov 1, 2024
1 parent f190e5d commit 5aad000
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 299 deletions.
3 changes: 1 addition & 2 deletions internal/core/src/query/ExecPlanNodeVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
namespace milvus::query {

namespace impl {
// THIS CONTAINS EXTRA BODY FOR VISITOR
// WILL BE USED BY GENERATOR UNDER suvlim/core_gen/

class ExecPlanNodeVisitor : PlanNodeVisitor {
public:
ExecPlanNodeVisitor(const segcore::SegmentInterface& segment,
Expand Down
2 changes: 0 additions & 2 deletions internal/core/src/query/ExecPlanNodeVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
// or implied. See the License for the specific language governing permissions and limitations under the License

#pragma once
// Generated File
// DO NOT EDIT
#include "common/Json.h"
#include "query/PlanImpl.h"
#include "segcore/SegmentGrowing.h"
Expand Down
Empty file removed tools/core_gen/__init__.py
Empty file.
112 changes: 0 additions & 112 deletions tools/core_gen/all_generate.py

This file was deleted.

38 changes: 0 additions & 38 deletions tools/core_gen/assemble.py

This file was deleted.

64 changes: 0 additions & 64 deletions tools/core_gen/meta_gen.py

This file was deleted.

19 changes: 0 additions & 19 deletions tools/core_gen/templates/node_def.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions tools/core_gen/templates/visitor_base.h

This file was deleted.

18 changes: 0 additions & 18 deletions tools/core_gen/templates/visitor_derived.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions tools/core_gen/templates/visitor_derived.h

This file was deleted.

0 comments on commit 5aad000

Please sign in to comment.