This PR removes the following deprecated legacy wallet files:
src/wallet/dump.cpp
src/wallet/dump.h
src/wallet/test/fuzz/wallet_bdb_parse.cpp
Their associated references and usages
These files were originally part of the legacy BerkeleyDB wallet backend and are no longer used in current functionality. They were retained for backward compatibility but are now fully obsolete due to ongoing deprecation tracked in #28710.
Motivation
- These files are no longer compiled or referenced in the build.
- Their removal reduces dead code and maintenance burden.
- This improves developer experience by simplifying the wallet codebase and removing distractions during review and navigation.
Testing
- The build completes successfully.
- All existing unit and functional tests pass.
Reference
Refs #28710.