aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/malloc2.go')
-rw-r--r--src/runtime/malloc2.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go
index 619fd22a92..14ffbdbb8e 100644
--- a/src/runtime/malloc2.go
+++ b/src/runtime/malloc2.go
@@ -523,8 +523,3 @@ type stackmap struct {
nbit int32 // number of bits in each bitmap
bytedata [1]byte // bitmaps, each starting on a 32-bit boundary
}
-
-// Returns pointer map data for the given stackmap index
-// (the index is encoded in PCDATA_StackMapIndex).
-
-// defined in mgc0.go