]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused copies of special stack guards
authorAustin Clements <austin@google.com>
Thu, 18 May 2017 18:50:12 +0000 (14:50 -0400)
committerAustin Clements <austin@google.com>
Tue, 23 May 2017 20:11:38 +0000 (20:11 +0000)
commit9f03e89552075d88184469fa7701007ed8b36130
treef886383bfb4a994fdf3109a9596253fd35ee0b61
parent475425201a735762bccbc77d00b00a799d425a9f
runtime: remove unused copies of special stack guards

There are two copies each of the stackPreempt/_StackPreempt and
stackFork/_StackFork constants. Remove the ones left over from C that
are no longer used.

Change-Id: I849604c72c11e4a0cb08e45e9817eb3f5a6ce8ba
Reviewed-on: https://go-review.googlesource.com/43638
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/stack.go