summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-15 22:20:38 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-15 22:20:38 +0000
commitd15cd510018a0d7e230e5d2c87add8065a583a26 (patch)
tree6c7f840086d7e35c1f830acb4cba9f9971fa2502
parent0e96758da8ff143cbac902862db02951ae194f3c (diff)
Notes
-rw-r--r--sys/kern/subr_devstat.c7
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.
*