mirror of
https://github.com/golang/go
synced 2024-11-26 05:07:59 -07: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:
parent
084b07d6f6
commit
eb863240dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user