aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-03-08 18:48:26 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-03-08 18:48:26 +0100
commit36d1c4540af3ef058d68092e41af05aa4a8c5eca (patch)
tree3657a5920e4b100749ccb9d2d555652e7b7e28e9 /sys/netbsd
parent63ef857906766b3cafe4aebc43bc38edf42096c3 (diff)
all: fix gometalinter warnings
Fix typos, non-canonical code, remove dead code, etc.
Diffstat (limited to 'sys/netbsd')
-rw-r--r--sys/netbsd/init.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netbsd/init.go b/sys/netbsd/init.go
index 3af3619b6..2175e29af 100644
--- a/sys/netbsd/init.go
+++ b/sys/netbsd/init.go
@@ -26,8 +26,7 @@ const (
)
type arch struct {
- mmapSyscall *prog.Syscall
- clockGettimeSyscall *prog.Syscall
+ mmapSyscall *prog.Syscall
PROT_READ uint64
PROT_WRITE uint64