diff options
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/go/runtime/panic32.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/runtime/panic32.go b/libgo/go/runtime/panic32.go index f68d4c7..c8861c9 100644 --- a/libgo/go/runtime/panic32.go +++ b/libgo/go/runtime/panic32.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build 386 amd64p32 arm mips mipsle m68k nios2 sh shbe - package runtime import _ "unsafe" // for go:linkname |