diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-05-15 21:21:12 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-05-15 21:21:12 +0000 |
commit | f62ba0f2837c3f4838102389a8113a1fee99352b (patch) | |
tree | 4123ab68b5cb38fa44e63b2f6727ed4467f23f76 /sys/arch/vax | |
parent | 85471bebe798fe676e1b740640646f17c52929b8 (diff) |
remove unused variable
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vsa/vsaudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/vsaudio.c b/sys/arch/vax/vsa/vsaudio.c index 8bf31770194..b9fd534e145 100644 --- a/sys/arch/vax/vsa/vsaudio.c +++ b/sys/arch/vax/vsa/vsaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vsaudio.c,v 1.3 2013/05/15 08:29:24 ratchov Exp $ */ +/* $OpenBSD: vsaudio.c,v 1.4 2013/05/15 21:21:11 ratchov Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -383,7 +383,7 @@ void vsaudio_swintr(void *v) { struct vsaudio_softc *sc = v; - int s, dor, dow; + int dor, dow; DPRINTFN(1, ("audiointr: sc=%p\n", sc)); |