]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused g.readyg field
authorAustin Clements <austin@google.com>
Mon, 3 Aug 2015 16:13:05 +0000 (12:13 -0400)
committerAustin Clements <austin@google.com>
Mon, 14 Sep 2015 18:40:22 +0000 (18:40 +0000)
commita1cad70a2fd1ce497cd90d4caedb0f877558bd6f
treed1a419b271d6a295b684ee9b7a01853cd44ac903
parent70462f90ec6cf4c0a98f9c556f71b9c99aea94c0
runtime: remove unused g.readyg field

Commit 0e6a6c5 removed readyExecute a long time ago, but left behind
the g.readyg field that was used by readyExecute. Remove this now
unused field.

Change-Id: I41b87ad2b427974d256ec7a7f6d4bdc2ce8a13bb
Reviewed-on: https://go-review.googlesource.com/13111
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/runtime2.go