]> Cypherpunks repositories - gostls13.git/commit
runtime: drop unused work.ndone field
authorMichael Pratt <mpratt@google.com>
Thu, 9 Jul 2020 20:20:48 +0000 (16:20 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 23 Oct 2020 16:12:52 +0000 (16:12 +0000)
commite313fd7448ed0dabf98dc725bee2361e905f208b
tree1d1ebb987d11f7cdc6892ad8a421778a132c009f
parent7e25bdba5e79d223566745fca2410f725a6dedda
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>
src/runtime/mgc.go