cmd: remove faucet/puppeth dead code (#16991)

* cmd/faucet: authGitHub is not used anymore

* cmd/puppeth: remove not used code
This commit is contained in:
Wenbiao Zheng
2018-06-15 16:14:55 +08:00
committed by Péter Szilágyi
parent c95e4a80d1
commit 574378edb5
2 changed files with 0 additions and 66 deletions

View File

@ -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
}