global: replaced unused function params with _

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Tom Holford
2025-05-04 18:49:03 +02:00
committed by Jason A. Donenfeld
parent bc30fee374
commit 77b6c824a8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func TestCommonBits(t *testing.T) {
}
}
func benchmarkTrie(peerNumber, addressNumber, addressLength int, b *testing.B) {
func benchmarkTrie(peerNumber, addressNumber, _ int, b *testing.B) {
var trie *trieEntry
var peers []*Peer
root := parentIndirection{&trie, 2}