1
0
mirror of https://github.com/golang/go synced 2024-11-23 01:30:02 -07:00

runtime: remove out-of-date comment

An out-of-date comment snuck in to cc8f544. Remove it.

Change-Id: I5bc7c17e737d1cabe57b88de06d7579c60ca28ff
Reviewed-on: https://go-review.googlesource.com/12328
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Austin Clements 2015-07-17 09:49:33 -07:00
parent fb90f4c1c2
commit e33d6b3d4d

View File

@ -170,7 +170,7 @@ func mSpan_Sweep(s *mspan, preserve bool) bool {
cl := s.sizeclass
size := s.elemsize
res := false
nfree := 0 // Set to -1 for large span
nfree := 0
var head, end gclinkptr