mirror of https://github.com/golang/go.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 <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
7e25bdba5e
commit
e313fd7448
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue