cmd/puppeth: remove not used code

This commit is contained in:
Delweng Zheng 2018-06-14 23:47:30 +08:00
parent 7eeb62404d
commit c3918fb733

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
}