summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2013-05-15 21:19:17 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2013-05-15 21:19:17 +0000
commit345d1bc26b0d0ee719aed126dd9b3566ee35b72b (patch)
tree8eb92d71592b673dbf26e1567d2739a0707d3387 /sys/arch/sparc/dev
parent4567d61efc8956209eacf07c4b8fd4b8f66853a1 (diff)
remove unused variable
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/audioamd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/audioamd.c b/sys/arch/sparc/dev/audioamd.c
index 68cde256e0e..5547a3f2d4f 100644
--- a/sys/arch/sparc/dev/audioamd.c
+++ b/sys/arch/sparc/dev/audioamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audioamd.c,v 1.2 2013/05/15 08:29:23 ratchov Exp $ */
+/* $OpenBSD: audioamd.c,v 1.3 2013/05/15 21:19:16 ratchov Exp $ */
/* $NetBSD: audioamd.c,v 1.26 2011/06/04 01:27:57 tsutsui Exp $ */
/*
@@ -347,7 +347,7 @@ am7930swintr(void *v)
{
struct audioamd_softc *sc = v;
struct auio *au;
- int s, dor, dow;
+ int dor, dow;
DPRINTFN(1, ("audiointr: sc=%p\n", sc););