mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue