]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate unused _Genqueue state
authorAustin Clements <austin@google.com>
Thu, 18 Feb 2016 14:38:49 +0000 (09:38 -0500)
committerAustin Clements <austin@google.com>
Thu, 25 Feb 2016 23:37:32 +0000 (23:37 +0000)
commitcbe849fc38a63d55d74738276baab2fbc33e0c0d
tree795b6d8e2ff47924404e9938642cbe36fbef301b
parent4eb33f6b8d6d1de70d7c08ab1258dd2852ecebe4
runtime: eliminate unused _Genqueue state

_Genqueue and _Gscanenqueue were introduced as part of the GC quiesce
code. The quiesce code was removed by 197aa9e, but these states and
some associated code stuck around. Remove them.

Change-Id: I69df81881602d4a431556513dac2959668d27c20
Reviewed-on: https://go-review.googlesource.com/19638
Reviewed-by: Rick Hudson <rlh@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/traceback.go