1
0
mirror of https://github.com/golang/go synced 2024-09-29 11:34:32 -06:00

runtime: remove outdated comments

This commit is contained in:
Ou Changkun 2019-08-16 15:28:03 +02:00 committed by GitHub
parent e37a1b1ca6
commit 2ab4be3885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,8 +493,6 @@ sclose:
}
func (c *hchan) sortkey() uintptr {
// TODO(khr): if we have a moving garbage collector, we'll need to
// change this function.
return uintptr(unsafe.Pointer(c))
}