diff options
Diffstat (limited to 'src/pkg/syscall/syscall_arm.go')
-rw-r--r-- | src/pkg/syscall/syscall_arm.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pkg/syscall/syscall_arm.go b/src/pkg/syscall/syscall_arm.go deleted file mode 100644 index b9d1ca0c0..000000000 --- a/src/pkg/syscall/syscall_arm.go +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2010 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package syscall - -const ARCH = "arm" |