aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc_defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/malloc_defs.go')
-rw-r--r--src/pkg/runtime/malloc_defs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/malloc_defs.go b/src/pkg/runtime/malloc_defs.go
index bfb96f409e..9ee9812d10 100644
--- a/src/pkg/runtime/malloc_defs.go
+++ b/src/pkg/runtime/malloc_defs.go
@@ -88,7 +88,6 @@ type mHeap struct {
free [maxMHeapList]mSpan
large mSpan
allspans *mSpan
- map_ mHeapMap
min *byte
max *byte
closure_min *byte