dag_node_pool never did get used here. Turf.

This commit is contained in:
oster 2004-03-19 17:04:35 +00:00
parent 1a3e20d5d9
commit 29c6e63ebb
1 changed files with 1 additions and 4 deletions

View File

@ -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
*/