From: Austin Clements Date: Mon, 16 Mar 2015 18:41:59 +0000 (-0400) Subject: runtime: remove out of date comment X-Git-Tag: go1.5beta1~1523 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a681c3029dbc258cb066aafd2325490a20362487;p=gostls13.git runtime: remove out of date comment Change-Id: I0ad1a81a235c7c067fea2093bbeac4e06a233c10 Reviewed-on: https://go-review.googlesource.com/7661 Reviewed-by: Rick Hudson --- diff --git a/src/runtime/mgcmark.go b/src/runtime/mgcmark.go index 4a3cc4d769..1be69fe062 100644 --- a/src/runtime/mgcmark.go +++ b/src/runtime/mgcmark.go @@ -178,7 +178,6 @@ func gchelpwork() { // hanging off the P where this is being run. // scanstack(gp) case _GCmark: - // Get a full work buffer and empty it. // drain your own currentwbuf first in the hopes that it will // be more cache friendly. var gcw gcWork