Commit e33d6b3d authored by Austin Clements's avatar Austin Clements

runtime: remove out-of-date comment

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

Change-Id: I5bc7c17e737d1cabe57b88de06d7579c60ca28ff
Reviewed-on: https://go-review.googlesource.com/12328Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
parent fb90f4c1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment