From: Mikio Hara Date: Wed, 9 Jan 2019 20:14:40 +0000 (+0900) Subject: net: drop confusing comment X-Git-Tag: go1.12beta2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=94d9a2045398b471c8aec0b701cad06536e049b3;p=gostls13.git net: drop confusing comment On AIX, we don't need to be aware of any change on the protocol stack of Linux kernel. Change-Id: Ib8b14fa930acddb3bc720d401271e8daf567b784 Reviewed-on: https://go-review.googlesource.com/c/157298 Run-TryBot: Mikio Hara TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/net/sockopt_aix.go b/src/net/sockopt_aix.go index 6fb207fc92..b49c4d5c7c 100644 --- a/src/net/sockopt_aix.go +++ b/src/net/sockopt_aix.go @@ -9,8 +9,6 @@ import ( "syscall" ) -// This was copied from sockopt_linux.go - func setDefaultSockopts(s, family, sotype int, ipv6only bool) error { if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW { // Allow both IP versions even if the OS default