aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r--src/runtime/runtime2.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index 66dd1b19c1..290a7bd311 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -858,12 +858,6 @@ var (
isIntel bool
lfenceBeforeRdtsc bool
- // Set in runtime.cpuinit.
- // TODO: deprecate these; use internal/cpu directly.
- support_popcnt bool
- support_sse41 bool
- arm64_support_atomics bool
-
goarm uint8 // set by cmd/link on arm systems
framepointer_enabled bool // set by cmd/link
)