diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 1bfb331a1fb6..9b44e9b5499e 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -3060,7 +3060,6 @@ bufwait(register struct buf * bp) /* * Call back function from struct bio back up to struct buf. - * The corresponding initialization lives in sys/conf.h:DEV_STRATEGY(). */ static void bufdonebio(struct bio *bp)