summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-02-25 09:13:36 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-02-25 09:13:36 +0000
commitd0df7d846f046b91d23d804f7f3fa78e6563d9bd (patch)
tree602ad28ac34e9cab388d9ac35f26bf63655f267f /sys/dev
parentd57becdeba7ae3f64328241af42f3d9f1ab0e092 (diff)
remove useless check.
ok niklas@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vnd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c
index 47b43452833..06f5077ed71 100644
--- a/sys/dev/vnd.c
+++ b/sys/dev/vnd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vnd.c,v 1.34 2002/05/24 13:10:52 art Exp $ */
+/* $OpenBSD: vnd.c,v 1.35 2003/02/25 09:13:35 tedu Exp $ */
/* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */
/*
@@ -999,9 +999,6 @@ vndthrottle(vnd, vp)
else
#endif
vnd->sc_maxactive = 8;
-
- if (vnd->sc_maxactive < 1)
- vnd->sc_maxactive = 1;
}
void