diff options
| author | oster <oster@NetBSD.org> | 2003-12-30 22:56:40 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2003-12-30 22:56:40 +0000 |
| commit | dd05ba5c10673fd4e0cda15dba8f07ce8abc0129 (patch) | |
| tree | 384624f9b56add51ed625182bc7191f3ec0de10f /sys/dev/raidframe/rf_raid.h | |
| parent | 0b4f5c68b83475c9332f24c0714ef1b404c930c1 (diff) | |
sparediskids isn't used anywhere. turf.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
| -rw-r--r-- | sys/dev/raidframe/rf_raid.h | 3 |
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; |
