Skip to content

Commit 5aad000

Browse files
authored
enhance: [skip ci] remove tools/core_gen after milvus-io#35251 (milvus-io#36306)
`tools/core_gen` python scripts are useless after milvus-io#35251 fixes: milvus-io#36305 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
1 parent f190e5d commit 5aad000

File tree

10 files changed

+1
-299
lines changed

10 files changed

+1
-299
lines changed

internal/core/src/query/ExecPlanNodeVisitor.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
namespace milvus::query {
2929

3030
namespace impl {
31-
// THIS CONTAINS EXTRA BODY FOR VISITOR
32-
// WILL BE USED BY GENERATOR UNDER suvlim/core_gen/
31+
3332
class ExecPlanNodeVisitor : PlanNodeVisitor {
3433
public:
3534
ExecPlanNodeVisitor(const segcore::SegmentInterface& segment,

internal/core/src/query/ExecPlanNodeVisitor.h

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// or implied. See the License for the specific language governing permissions and limitations under the License
1111

1212
#pragma once
13-
// Generated File
14-
// DO NOT EDIT
1513
#include "common/Json.h"
1614
#include "query/PlanImpl.h"
1715
#include "segcore/SegmentGrowing.h"

tools/core_gen/__init__.py

Whitespace-only changes.

tools/core_gen/all_generate.py

-112
This file was deleted.

tools/core_gen/assemble.py

-38
This file was deleted.

tools/core_gen/meta_gen.py

-64
This file was deleted.

tools/core_gen/templates/node_def.cpp

-19
This file was deleted.

tools/core_gen/templates/visitor_base.h

-20
This file was deleted.

tools/core_gen/templates/visitor_derived.cpp

-18
This file was deleted.

tools/core_gen/templates/visitor_derived.h

-24
This file was deleted.

0 commit comments

Comments
 (0)