*: clear redundant return statement warnings (S1027)

This commit is contained in:
Anthony Romano
2017-04-21 14:01:00 -07:00
parent 8bad78cb98
commit 14d6ed9e5f
4 changed files with 0 additions and 5 deletions

View File

@ -332,7 +332,6 @@ func (n *node) UpdateTTL(expireTime time.Time) {
n.ExpireTime = expireTime
// push into ttl heap
n.store.ttlKeyHeap.push(n)
return
}
// Compare function compares node index and value with provided ones.