diff options
| author | MarcoFalke <[email protected]> | 2020-09-26 17:45:56 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-09-26 17:45:59 +0200 |
| commit | 055abfbc5a4d5e6ffc0011ab045949e08fff0f84 (patch) | |
| tree | 81c1ad42b11d11a05d0ca0ada3f802b2f9d9ec9c /src/net_processing.cpp | |
| parent | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs (diff) | |
| parent | test: remove unused constants in functional tests (diff) | |
| download | discoin-055abfbc5a4d5e6ffc0011ab045949e08fff0f84.tar.xz discoin-055abfbc5a4d5e6ffc0011ab045949e08fff0f84.zip | |
Merge #20023: test: remove unused constants in functional tests
92e28fa8b2590cce0e8f0adadae80e46cb63a9ef test: remove unused constants in functional tests (Sebastian Falbesoner)
Pull request description:
This mini-PR gets rid of constants in functional tests that are not used anymore. Found by [vulture ](https://pypi.org/project/vulture/)via the following script that has been lying around here locally for quite some time (I think it was once proposed by practicalswift, but I don't remember the concrete topic/PR):
```
#!/bin/sh
for F in $(git ls-files -- "*.py"); do vulture "$F" | grep "unused variable"; done
```
ACKs for top commit:
practicalswift:
ACK 92e28fa8b2590cce0e8f0adadae80e46cb63a9ef: patch looks correct.
Tree-SHA512: 16516abc8014207bcefdf0545dffaecff1fbba66f45b54c02371dcfd1f18194855c6b72598c11b5407009561eafe8048d47af3471f0efb1795d52477d5a0232e
Diffstat (limited to 'src/net_processing.cpp')
0 files changed, 0 insertions, 0 deletions