From d2abbf3ccfeeaffddd421f82d37fb414c6821235 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 3 Feb 2015 11:20:58 +0300 Subject: runtime: cleanup some left-overs of the C past Change-Id: I3e280ca7d922f6ab14b2477361327ed076a95779 Reviewed-on: https://go-review.googlesource.com/3743 Reviewed-by: Keith Randall --- src/runtime/malloc2.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/runtime/malloc2.go') 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 -- cgit v1.3