Skip to content

REMOVE DEAD CODE#504

Open
Mohiiit wants to merge 4 commits intomainfrom
chore/remove-dead-code
Open

REMOVE DEAD CODE#504
Mohiiit wants to merge 4 commits intomainfrom
chore/remove-dead-code

Conversation

@Mohiiit
Copy link
Copy Markdown
Collaborator

@Mohiiit Mohiiit commented Feb 24, 2026

Summary

This PR removes dead code paths and stale dead-code suppressions from the current main code path.

What Changed

  • Removed the unused block metadata field that had no read path.
  • Dropped stale dead_code suppressions where code is actively used.
  • Removed the unused helper write_serializable_to_file from generate-pie.
  • Kept behavior unchanged while tightening compile-time hygiene.

Validation

  • cargo fmt --all --check
  • cargo clippy -p generate-pie --all-targets -- -D warnings

Outcome

Cleaner codebase with stricter lint hygiene and no behavioral change.

@Mohiiit Mohiiit requested a review from prkpndy as a code owner February 24, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants