]> Cypherpunks repositories - gostls13.git/commit
runtime: remove the started field from sweepdata
authorJakub Ciolek <jakub@ciolek.dev>
Wed, 27 Jul 2022 07:02:17 +0000 (09:02 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 8 Nov 2022 21:31:58 +0000 (21:31 +0000)
commit2df6c1abce8cfd3f47ed5eb5a45733d7cbb53b4b
tree5c0dc60b8032ae63efb4db15dee755a40d78fe35
parent9944ba757b0f8005cfb7715d41592c7e13c0a2b8
runtime: remove the started field from sweepdata

This bool doesn't seem to be used anymore. Remove it.

Change-Id: Ic73346a98513c392d89482c5e1d818a90d713516
Reviewed-on: https://go-review.googlesource.com/c/go/+/419654
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/runtime/mgcsweep.go