Skip to content

Feature/unused code

Andreas C. Osowski requested to merge janprill:feature/unused_code into master

Created by: janprill

This PR marks API methods as @SuppressWarnings("unused") before it deleted multiple methods which at least seem to be unused.

I'm in a situation where I try to getter a deeper understanding of your superinteresting project. IMO it is important for people in the same situation like myself to don't get distracted from code not any longer used in the project. That said it might very well be, that methods I've deleted are still important through API calls, zmq-calls and the like. All I can currently say is that the code still compiles, tests are still without failures and the behaviour in the --testnet seems to be as it has been before my changes.

Merge request reports