From db41fbbf4fb59f26ca14e18c8be2286f02b22631 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 1 Apr 2003 18:55:46 +0000 Subject: Remove the #define for bioqdisksort(), it's no longer needed. --- sys/sys/bio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys') diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 89b68f5..f87e0c3 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -118,7 +118,6 @@ void biofinish(struct bio *bp, struct devstat *stat, int error); int biowait(struct bio *bp, const char *wchan); void bioq_disksort(struct bio_queue_head *ap, struct bio *bp); -#define bioqdisksort(foo, bar) bioq_disksort(foo, bar) struct bio *bioq_first(struct bio_queue_head *head); void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error); void bioq_init(struct bio_queue_head *head); -- cgit v1.1