Remove redundant …
- ~access modifiers,~
- forward declarations,
- unused variables,
- statements, and
- ~return types from lambdas.~
Backport of Bitcoin Core PR13691
https://github.com/bitcoin/bitcoin/pull/13691
Differential D4142
Remove redundant variables, statements and forward declarations fpelliccioni on Sep 23 2019, 21:47. Authored by
Details
Remove redundant …
Backport of Bitcoin Core PR13691 make check-all
Diff Detail
Event TimelineComment Actions Can you clarify if the other instances are missing or all of them are already applied to the codebase? Comment Actions Sorry, what do you mean by "instances"? |