]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused debug.wbshadow
authorAustin Clements <austin@google.com>
Thu, 9 Feb 2017 16:36:25 +0000 (11:36 -0500)
committerAustin Clements <austin@google.com>
Tue, 14 Feb 2017 15:52:49 +0000 (15:52 +0000)
commit7aeb915d6b1f90657e67e4722d13624b7109b8d5
treefcfec044df4e0b306f6efb3a88d8c26d08facefd
parenta610957f2e48c5b917126b1d0b5f930f05ca8841
runtime: remove unused debug.wbshadow

The wbshadow implementation was removed a year and a half ago in
1635ab7dfe, but the GODEBUG setting remained. Remove the GODEBUG
setting since it doesn't do anything.

Change-Id: I19cde324a79472aff60acb5cc9f7d4aa86c0c0ed
Reviewed-on: https://go-review.googlesource.com/36618
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/runtime1.go