aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime.go')
-rw-r--r--src/runtime/runtime.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go
index 6ec0369a7e..cc6f03d2a0 100644
--- a/src/runtime/runtime.go
+++ b/src/runtime/runtime.go
@@ -5,7 +5,6 @@
package runtime
import (
- "internal/abi"
"internal/runtime/atomic"
"unsafe"
)
@@ -297,5 +296,3 @@ func setCrashFD(fd uintptr) uintptr {
var auxv []uintptr
func getAuxv() []uintptr { return auxv } // accessed from x/sys/cpu; see issue 57336
-
-var zeroVal [abi.ZeroValSize]byte