aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/map.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/map.go')
-rw-r--r--src/runtime/map.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/map.go b/src/runtime/map.go
index 6a9345e0b4..d97e209deb 100644
--- a/src/runtime/map.go
+++ b/src/runtime/map.go
@@ -1423,8 +1423,6 @@ func reflectlite_maplen(h *hmap) int {
return h.count
}
-var zeroVal [abi.ZeroValSize]byte
-
// mapinitnoop is a no-op function known the Go linker; if a given global
// map (of the right size) is determined to be dead, the linker will
// rewrite the relocation (from the package init func) from the outlined