Skip to content

Commit

Permalink
fix: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Dec 27, 2023
1 parent 2549bad commit 68c8ce0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@ func shuffle(relays Relays) {
relays[i], relays[j] = relays[j], relays[i]
})
}

func min(x, y int) int {
if x < y {
return x
}
return y
}

0 comments on commit 68c8ce0

Please sign in to comment.