]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove out-of-date comment
authorAustin Clements <austin@google.com>
Fri, 17 Jul 2015 16:49:33 +0000 (09:49 -0700)
committerAustin Clements <austin@google.com>
Fri, 17 Jul 2015 16:52:32 +0000 (16:52 +0000)
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>
src/runtime/mgcsweep.go

index acad55e7771da9ab1bffe15ec7de555d9c9c9d0e..800e919827785c42415f8cd1bd78302c1876ffd4 100644 (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