diff options
| author | oster <oster@NetBSD.org> | 2002-09-21 00:50:10 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-09-21 00:50:10 +0000 |
| commit | 1b852f99590fdb2e2b0e4672a3ecbdf9fe495882 (patch) | |
| tree | 5d3ba1a0b3fee7688f3af9c3f31f617b636a5a14 /sys/dev/raidframe | |
| parent | 5451819a684e3cb028e56458337575ac893f0304 (diff) | |
Various "Fwd" versions of DAG creation functions arn't actually used anywhere!
Big thanks to Krister for noticing! (Saves another 10K on i386)
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_dagffwr.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_dagffwr.c b/sys/dev/raidframe/rf_dagffwr.c index c361a5f776e..ae53324c83f 100644 --- a/sys/dev/raidframe/rf_dagffwr.c +++ b/sys/dev/raidframe/rf_dagffwr.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_dagffwr.c,v 1.8 2002/08/02 03:42:34 oster Exp $ */ +/* $NetBSD: rf_dagffwr.c,v 1.9 2002/09/21 00:50:10 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_dagffwr.c,v 1.8 2002/08/02 03:42:34 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_dagffwr.c,v 1.9 2002/09/21 00:50:10 oster Exp $"); #include <dev/raidframe/raidframevar.h> @@ -1204,7 +1204,7 @@ rf_CreateRaidOneWriteDAG( } - +#if 0 /* DAGs which have no commit points. * * The following DAGs are used in forward and backward error recovery experiments. @@ -2129,3 +2129,4 @@ rf_CreateRaidOneWriteDAGFwd( return; } +#endif |
