Skip to content

Chore/remove dead code#31

Merged
timhartmann7 merged 3 commits into
mainfrom
chore/remove-dead-code
Jun 2, 2026
Merged

Chore/remove dead code#31
timhartmann7 merged 3 commits into
mainfrom
chore/remove-dead-code

Conversation

@timhartmann7
Copy link
Copy Markdown
Owner

Removed dead code with no effect on runtime behaviour: unused functions with no callers (Screen::title, Host::id, key_path_for_host, the superseded host_list render path, and two unused popup renderers), plus three methods that were only reachable from their own tests (FileManagerPanel::clamp_scroll, ProbeOutput::section_names, KeySetupMachine::password_disabled) and those tests.

Drop Screen::title, Host::id, key_path_for_host, the superseded
host_list render path, and the unused popup renderers.
Drop FileManagerPanel::clamp_scroll, ProbeOutput::section_names, and
KeySetupMachine::password_disabled along with the tests that were their
only callers. Empty-parse assertions now check the sections field
directly; password-state assertions read the field directly.
@timhartmann7 timhartmann7 merged commit 2f6ebf5 into main Jun 2, 2026
3 checks passed
@timhartmann7 timhartmann7 deleted the chore/remove-dead-code branch June 2, 2026 15:57
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.

1 participant