summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sbdsp.c
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-07-31 22:53:05 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-07-31 22:53:05 +0000
commit66dcc2ee48c61c7d51915781b90480d9a90df7c8 (patch)
treea0bd0de647ba1e0a094dec4f1f5b0e82646efaee /sys/dev/isa/sbdsp.c
parente65a159880f83af3d8ba201c9473d6e8a9833ec7 (diff)
remove unused variable definition; unbreaks kernel build.
"do it" marco@
Diffstat (limited to 'sys/dev/isa/sbdsp.c')
-rw-r--r--sys/dev/isa/sbdsp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/sbdsp.c b/sys/dev/isa/sbdsp.c
index 12d6e5cd063..a3dce96e779 100644
--- a/sys/dev/isa/sbdsp.c
+++ b/sys/dev/isa/sbdsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbdsp.c,v 1.28 2009/07/31 20:43:31 blambert Exp $ */
+/* $OpenBSD: sbdsp.c,v 1.29 2009/07/31 22:53:04 sthen Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -1016,8 +1016,6 @@ void
sbdsp_pause(sc)
struct sbdsp_softc *sc;
{
- extern int hz;
-
timeout_add_msec(&sc->sc_tmo, 125); /* 8x per second */
(void)tsleep(sbdsp_to, PWAIT, "sbpause", 0);
}