commit | 90f6accb48d2e78cad8955b9292933f6ce3fe4c8 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Apr 14 13:23:05 2017 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Apr 17 05:43:54 2017 +0000 |
tree | 8cd6b20ce51890d9bc3f2d7472744def4dfe7b0f | |
parent | 36fedd76edaa48b9ec09709a70d9e4abaddf0caf [diff] |
runtime: remove unused stack.go We're never going to use stack.go for gccgo. Although a build tag keeps it from being built, even having it around can be confusing. Remove it. Change-Id: If23657d400608226c3aaf70d37808b957f0c0528 Reviewed-on: https://go-review.googlesource.com/40774 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>