aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/golang.org/x/sys/cpu/cpu_arm.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/golang.org/x/sys/cpu/cpu_arm.go')
-rw-r--r--libgo/go/golang.org/x/sys/cpu/cpu_arm.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/libgo/go/golang.org/x/sys/cpu/cpu_arm.go b/libgo/go/golang.org/x/sys/cpu/cpu_arm.go
deleted file mode 100644
index 7f2348b..0000000
--- a/libgo/go/golang.org/x/sys/cpu/cpu_arm.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2018 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 cpu
-
-const cacheLineSize = 32
-
-func doinit() {}