p2p/discover: remove unused field Node.activeStamp

This commit is contained in:
Felix Lange
2015-04-13 17:44:14 +02:00
parent b9929d289d
commit b8aeb04f6f
2 changed files with 0 additions and 16 deletions

View File

@ -326,7 +326,6 @@ outer:
func (b *bucket) bump(n *Node) bool {
for i := range b.entries {
if b.entries[i].ID == n.ID {
n.bumpActive()
// move it to the front
copy(b.entries[1:], b.entries[:i])
b.entries[0] = n