diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index 541dbc615d..0b15a8500d 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -336,7 +336,6 @@ func gc(mode int) { // Sync. stoptheworld() gcphase = _GCmark - harvestwbufs() // Concurrent mark. starttheworld()