From: Michael Pratt Date: Thu, 9 Jul 2020 20:20:48 +0000 (-0400) Subject: runtime: drop unused work.ndone field X-Git-Tag: go1.16beta1~576 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e313fd7448ed0dabf98dc725bee2361e905f208b;p=gostls13.git runtime: drop unused work.ndone field This field is unused since golang.org/cl/134785 and thus can be trivially removed. Change-Id: I1a87f8e78ffdf662440409404f0251c40bc56a4f Reviewed-on: https://go-review.googlesource.com/c/go/+/241741 Trust: Michael Pratt Run-TryBot: Michael Pratt TryBot-Result: Go Bot Reviewed-by: Michael Knyszek --- diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index 0a4d5616a5..65ac654b14 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -983,7 +983,6 @@ var work struct { nproc uint32 tstart int64 nwait uint32 - ndone uint32 // Number of roots of various root types. Set by gcMarkRootPrepare. nFlushCacheRoots int