From b2cf57104090b0cc148c0608f10f33cdfb48ec11 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Mon, 21 Mar 2016 00:13:36 +0100 Subject: 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 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/debug/gosym/pclntab_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/debug') 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) -- cgit v1.3-5-g9baa