diff --git a/src/runtime/mgcmark.go b/src/runtime/mgcmark.go index 1be69fe062..a5ec31c30c 100644 --- a/src/runtime/mgcmark.go +++ b/src/runtime/mgcmark.go @@ -56,7 +56,6 @@ var oneptr = [...]uint8{typePointer} //go:nowritebarrier func markroot(desc *parfor, i uint32) { var gcw gcWorkProducer - gcw.initFromCache() // Note: if you add a case here, please also update heapdump.go:dumproots. switch i {