diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 22:20:38 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 22:20:38 +0000 |
| commit | d15cd510018a0d7e230e5d2c87add8065a583a26 (patch) | |
| tree | 6c7f840086d7e35c1f830acb4cba9f9971fa2502 | |
| parent | 0e96758da8ff143cbac902862db02951ae194f3c (diff) | |
Notes
| -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 26fc06200d37..b9656359c360 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. * |
