diff options
| author | Dominik Honnef <dominik@honnef.co> | 2016-03-21 00:13:36 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-03-21 07:10:08 +0000 |
| commit | b2cf57104090b0cc148c0608f10f33cdfb48ec11 (patch) | |
| tree | f93b22537cc79468014fa6d82ca1e4975d3a8e91 /src/debug | |
| parent | 1a82946ea5a98f5e7a7ec416bc83a7cba701e9b8 (diff) | |
| download | go-b2cf57104090b0cc148c0608f10f33cdfb48ec11.tar.xz | |
all: delete dead test code
This deletes unused code and helpers from tests.
Change-Id: Ie31d46115f558ceb8da6efbf90c3c204e03b0d7e
Reviewed-on: https://go-review.googlesource.com/20927
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/gosym/pclntab_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug/gosym/pclntab_test.go b/src/debug/gosym/pclntab_test.go index a4557118f2..b8f167b3c7 100644 --- a/src/debug/gosym/pclntab_test.go +++ b/src/debug/gosym/pclntab_test.go @@ -111,8 +111,6 @@ func parse(file string, f *elf.File, t *testing.T) (*elf.File, *Table) { return f, tab } -var goarch = os.Getenv("O") - func TestLineFromAline(t *testing.T) { skipIfNotELF(t) |
