diff options
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r-- | sys/kern/subr_devstat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 26fc062..b965635 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. * |