Remove redundant assignments (dead stores).
Backport of Bitcoin Core PR13767
https://github.com/bitcoin/bitcoin/pull/13767
Differential D4189
Remove redundant assignments (dead stores) fpelliccioni on Oct 1 2019, 15:41. Authored by Tags None Subscribers None
Details
Remove redundant assignments (dead stores). Backport of Bitcoin Core PR13767 ninja check ninja bench-bitcoin ./src/bench/bitcoin-bench
Diff Detail
Event TimelineComment Actions The test plan doesn't run. The test plan is meant to describe the step you took to ensure that this patch is good. Clearly, the step described do not match what you have done, as they simply do not work. Comment Actions Yes, you are right, I ran the tests on my machine and they worked correctly, but I made a typo when writing it in the test plan. |