]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused _GCsweep state
authorAustin Clements <austin@google.com>
Thu, 25 Jun 2015 16:24:44 +0000 (12:24 -0400)
committerAustin Clements <austin@google.com>
Mon, 29 Jun 2015 15:33:31 +0000 (15:33 +0000)
commitf73b2fca849324e6510338f9a36d16af6ae68a3f
tree57f7385e4c0a70c6e71e9e1822bccc19a10d4edb
parent4e61c516f4230df225172eb1bc409e2f0dd6edeb
runtime: remove unused _GCsweep state

We don't use this state. _GCoff means we're sweeping in the
background. This makes it clear in the next commit that _GCoff and
only _GCoff means sweeping.

Change-Id: I416324a829ba0be3794a6cf3cf1655114cb6e47c
Reviewed-on: https://go-review.googlesource.com/11501
Reviewed-by: Rick Hudson <rlh@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/mgc.go