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