From a681c3029dbc258cb066aafd2325490a20362487 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 16 Mar 2015 14:41:59 -0400 Subject: [PATCH] runtime: remove out of date comment Change-Id: I0ad1a81a235c7c067fea2093bbeac4e06a233c10 Reviewed-on: https://go-review.googlesource.com/7661 Reviewed-by: Rick Hudson --- src/runtime/mgcmark.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1