diff options
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_raid.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index c99449f94eb..62abcfddf15 100644 --- a/sys/dev/raidframe/rf_raid.h +++ b/sys/dev/raidframe/rf_raid.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_raid.h,v 1.30 2004/03/13 02:00:15 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.31 2004/03/19 17:04:35 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -164,9 +164,6 @@ struct RF_Raid_s { /* and a lock to protect it */ struct simplelock iodone_lock; - /* DAG Node Pool - a pool that contains "arrays" of RF_DagNode_t's */ - struct pool dag_node_pool; - /* * Cleanup stuff */ |
