diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-28 14:48:30 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-28 14:48:30 +0000 |
| commit | e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6 (patch) | |
| tree | 925434497da8b45f5bb1b591f8748e05c857d9a0 /libgo/go/testing | |
| parent | 71893c98c1745cd6fde434088f876087572961aa (diff) | |
| download | ppe42-gcc-e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6.tar.gz ppe42-gcc-e4fbfaf5e89dd4fdb395042faf041d5fd65b34a6.zip | |
libgo: Use libbacktrace rather than debug/elf registration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/testing')
| -rw-r--r-- | libgo/go/testing/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/testing/testing.go b/libgo/go/testing/testing.go index 1cb8a078c6d..f59ce8ed6f7 100644 --- a/libgo/go/testing/testing.go +++ b/libgo/go/testing/testing.go @@ -79,7 +79,6 @@ package testing import ( - _ "debug/elf" "flag" "fmt" "os" |

