From 36d1c4540af3ef058d68092e41af05aa4a8c5eca Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 8 Mar 2018 18:48:26 +0100 Subject: all: fix gometalinter warnings Fix typos, non-canonical code, remove dead code, etc. --- sys/netbsd/init.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netbsd') 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 -- cgit mrf-deployment