From d15cd510018a0d7e230e5d2c87add8065a583a26 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 15 Mar 2003 22:20:38 +0000 Subject: [PATCH] One devstat_start_transaction_bio() is enough. --- sys/kern/subr_devstat.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 26fc06200d3..b9656359c36 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -216,13 +216,6 @@ devstat_start_transaction_bio(struct devstat *ds, struct bio *bp) devstat_start_transaction(ds, &bp->bio_t0); } -void -devstat_start_transaction_bio(struct devstat *ds, struct bio *bp) -{ - - devstat_start_transaction(ds); -} - /* * Record the ending of a transaction, and incrment the various counters. *