aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc2.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-02-03 11:20:58 +0300
committerDmitry Vyukov <dvyukov@google.com>2015-02-04 09:04:15 +0000
commitd2abbf3ccfeeaffddd421f82d37fb414c6821235 (patch)
tree1ffa2af6a567c3b2c08fa84b04cfc5c3c4b83efe /src/runtime/malloc2.go
parent5ab3823c6bbb3dfe95a4f72956e16c5149e0fc6d (diff)
downloadgo-d2abbf3ccfeeaffddd421f82d37fb414c6821235.tar.xz
runtime: cleanup some left-overs of the C past
Change-Id: I3e280ca7d922f6ab14b2477361327ed076a95779 Reviewed-on: https://go-review.googlesource.com/3743 Reviewed-by: Keith Randall <khr@golang.org>
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