]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove done TODO from SetFinalizer
authorAndrew Gerrand <adg@golang.org>
Wed, 13 Oct 2010 03:40:02 +0000 (14:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 13 Oct 2010 03:40:02 +0000 (14:40 +1100)
R=rsc
CC=golang-dev
https://golang.org/cl/2472041

src/pkg/runtime/extern.go

index 0d0bfa777fdf51fa7d74a9bb4a72149045ea9dac..8ab57d03f63496e2e53640fe6e05ea6a50d50a82 100644 (file)
@@ -146,7 +146,6 @@ func Semrelease(s *uint32)
 // If a finalizer must run for a long time, it should do so by starting
 // a new goroutine.
 //
-// TODO(rsc): make os.File use SetFinalizer
 // TODO(rsc): allow f to have (ignored) return values
 //
 func SetFinalizer(x, f interface{})