aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_netbsd_arm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os_netbsd_arm.go')
-rw-r--r--src/runtime/os_netbsd_arm.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/os_netbsd_arm.go b/src/runtime/os_netbsd_arm.go
index 646da9dc0b..b5ec23e45b 100644
--- a/src/runtime/os_netbsd_arm.go
+++ b/src/runtime/os_netbsd_arm.go
@@ -32,6 +32,3 @@ func cputicks() int64 {
// runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
return nanotime()
}
-
-func archauxv(auxv []uintptr) {
-}