global: replaced unused function params with _

Signed-off-by: Jason A. Donenfeld <[email protected]>
This commit is contained in:
Tom Holford
2025-05-05 15:10:08 +02:00
committed by Jason A. Donenfeld
parent bc30fee374
commit 77b6c824a8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
package conn
func errShouldDisableUDPGSO(err error) bool {
func errShouldDisableUDPGSO(_ error) bool {
return false
}