diff options
author | Wenbiao Zheng <delweng@gmail.com> | 2018-06-15 16:14:55 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-06-15 16:14:55 +0800 |
commit | 574378edb50c907b532946a1d4654dbd6701b20a (patch) | |
tree | f7b0270277845b9d5db38ed1980ab6f7d1f79a9e /cmd/puppeth | |
parent | c95e4a80d146d48a27828853dae8876ed16a9229 (diff) | |
download | dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar.gz dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar.bz2 dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar.lz dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar.xz dexon-574378edb50c907b532946a1d4654dbd6701b20a.tar.zst dexon-574378edb50c907b532946a1d4654dbd6701b20a.zip |
cmd: remove faucet/puppeth dead code (#16991)
* cmd/faucet: authGitHub is not used anymore
* cmd/puppeth: remove not used code
Diffstat (limited to 'cmd/puppeth')
-rw-r--r-- | cmd/puppeth/wizard_netstats.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/puppeth/wizard_netstats.go b/cmd/puppeth/wizard_netstats.go index 90bf7ae3c..a307c5ee3 100644 --- a/cmd/puppeth/wizard_netstats.go +++ b/cmd/puppeth/wizard_netstats.go @@ -276,13 +276,3 @@ func (stats serverStats) render() { } table.Render() } - -// protips contains a collection of network infos to report pro-tips -// based on. -type protips struct { - genesis string - network int64 - bootFull []string - bootLight []string - ethstats string -} |