From dd05ba5c10673fd4e0cda15dba8f07ce8abc0129 Mon Sep 17 00:00:00 2001 From: oster Date: Tue, 30 Dec 2003 22:56:40 +0000 Subject: sparediskids isn't used anywhere. turf. --- sys/dev/raidframe/rf_raid.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index 96c89856924..7a5062d03fe 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.21 2003/12/29 06:19:28 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.22 2003/12/30 22:56:40 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -250,7 +250,6 @@ struct RF_Raid_s { int nAccOutstanding; RF_DiskId_t **diskids; - RF_DiskId_t *sparediskids; int raidid; RF_AccTotals_t acc_totals; -- cgit