diff options
author | 2017-09-01 13:07:28 +0000 | |
---|---|---|
committer | 2017-09-01 13:07:28 +0000 | |
commit | 70f8ecf97adec191556122680bf403880c614ac6 (patch) | |
tree | c3aa4c4819cd3363782b186b5392398ce04b63be | |
parent | disable a few warnings so we can start to see the relevant ones; (diff) | |
download | wireguard-openbsd-70f8ecf97adec191556122680bf403880c614ac6.tar.xz wireguard-openbsd-70f8ecf97adec191556122680bf403880c614ac6.zip |
Zap stray prototype.
-rw-r--r-- | sys/arch/mips64/mips64/softintr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/softintr.c b/sys/arch/mips64/mips64/softintr.c index d0607097a85..c85339603e6 100644 --- a/sys/arch/mips64/mips64/softintr.c +++ b/sys/arch/mips64/mips64/softintr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softintr.c,v 1.19 2015/09/02 13:53:55 deraadt Exp $ */ +/* $OpenBSD: softintr.c,v 1.20 2017/09/01 13:07:28 visa Exp $ */ /* $NetBSD: softintr.c,v 1.2 2003/07/15 00:24:39 lukem Exp $ */ /* @@ -50,8 +50,6 @@ struct soft_intrq soft_intrq[SI_NQUEUES]; -void netintr(void); - /* * Initialize the software interrupt system. */ |