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

runtime: remove unused _CTL_KERN on openbsd

This was supposed to be removed in CL 539155 already.

Change-Id: I22be1a72d5d8eb02514045609429e706c344d5fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/542915
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Tobias Klauser 2023-11-16 15:14:04 +01:00 committed by Gopher Robot
parent c50e7ded1f
commit 66c22cdb84

View File

@ -32,8 +32,6 @@ var sigset_all = ^sigset(0)
// From OpenBSD's <sys/sysctl.h>
const (
_CTL_KERN = 1
_CTL_HW = 6
_HW_NCPU = 3
_HW_PAGESIZE = 7