clean out unused files #1555
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-16#1555
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm under the impression that some essentially unused files still linger in the src tree. such as NewAddressWizard.py which is even still imported but never run.
That stuff should be moved into /dev/ maybe together with the ui files that cannot be compiled properly. It leads to confusion to have that dead weight under /src/
All such relicts should be mercylessly uprooted! lets make a spring cleaning!
adresses.py is another such dinosaur
should I PR this?