1
0
mirror of https://github.com/golang/go synced 2024-09-29 19:24:33 -06:00

runtime: remove unused const stackSystem on dragonfly

Change-Id: I778c2bd7cf0b12275bae344cb2130a7959500481
Reviewed-on: https://go-review.googlesource.com/c/go/+/295470
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2021-02-23 15:35:43 +01:00 committed by Tobias Klauser
parent 084b07d6f6
commit eb863240dc

View File

@ -65,8 +65,6 @@ func setNonblock(fd int32)
func pipe() (r, w int32, errno int32)
const stackSystem = 0
// From DragonFly's <sys/sysctl.h>
const (
_CTL_HW = 6