mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Enable wastedassign linter & fix findings (#13507)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -94,7 +94,6 @@ func (l *List[T]) Remove(n *Node[T]) {
|
||||
n.next.prev = n.prev
|
||||
}
|
||||
}
|
||||
n = nil
|
||||
l.len--
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user