summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2004-03-19 17:04:35 +0000
committeroster <oster@NetBSD.org>2004-03-19 17:04:35 +0000
commit29c6e63ebb1245da281ac541502d205cec7fa7a2 (patch)
tree35559f6f3a30f9d8b0228831c7dc1cfa5698d771 /sys/dev/raidframe
parent1a3e20d5d9806cbd60d3cea3464547bb0ea10e5e (diff)
dag_node_pool never did get used here. Turf.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_raid.h5
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
*/