Skip to content

[Enhancement]: Delete Unused Code #46199

@czs007

Description

@czs007

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

The objective is to remove files, modules, or dependencies that are no longer used or referenced within the codebase. This action will:

  • Reduce Codebase Size: Shorten clone, build, and deployment times.
  • Improve Maintainability: Eliminate confusion and make the project structure easier to understand for current and new developers.
  • Lower Technical Debt: Prevent accidental reintroduction or misuse of these deprecated files in the future.

✂️ Scope / Items for Deletion

Please list the specific files, directories, or modules planned for removal here.

Path/Item Reason for Deletion
milvus/cmd/tools/migration/ The meta compatibility migration tool was a one-time use tool (for 2.1 to 2.2 upgrade) and is no longer required to be maintained in Milvus 3.0.
/path/to/another/unused/module.go (Provide deletion reason, e.g., functionality was refactored or replaced)

Metadata

Metadata

Assignees

Labels

kind/enhancementIssues or changes related to enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions