summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_raid.h
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2003-12-30 22:56:40 +0000
committeroster <oster@NetBSD.org>2003-12-30 22:56:40 +0000
commitdd05ba5c10673fd4e0cda15dba8f07ce8abc0129 (patch)
tree384624f9b56add51ed625182bc7191f3ec0de10f /sys/dev/raidframe/rf_raid.h
parent0b4f5c68b83475c9332f24c0714ef1b404c930c1 (diff)
sparediskids isn't used anywhere. turf.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
-rw-r--r--sys/dev/raidframe/rf_raid.h3
1 files changed, 1 insertions, 2 deletions
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;