diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-02-03 11:20:58 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-02-04 09:04:15 +0000 |
| commit | d2abbf3ccfeeaffddd421f82d37fb414c6821235 (patch) | |
| tree | 1ffa2af6a567c3b2c08fa84b04cfc5c3c4b83efe /src/runtime/malloc2.go | |
| parent | 5ab3823c6bbb3dfe95a4f72956e16c5149e0fc6d (diff) | |
| download | go-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.go | 5 |
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 |
