runtime: remove unused _F_SETFL const on linux

This constant is only used on libc-based platforms (aix, darwin,
solaris).

Change-Id: Ic57d1fe3b1501c5b552eddb9aba11f1e02510082
Reviewed-on: https://go-review.googlesource.com/c/go/+/220421
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2020-01-20 10:23:41 +01:00 committed by Tobias Klauser
parent 4e8badbbc2
commit 90c71cec5b
4 changed files with 0 additions and 4 deletions

View file

@ -95,7 +95,6 @@ const (
_EPOLL_CTL_MOD = 0x3
_AF_UNIX = 0x1
_F_SETFL = 0x4
_SOCK_DGRAM = 0x2
)