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