From d7a81df519ef9b7b69bd2c4ccd5ff671529c0643 Mon Sep 17 00:00:00 2001 From: oster Date: Wed, 26 Sep 2001 03:01:19 +0000 Subject: RF_DEV2RAIDID isn't used anywhere anymore. Bye bye. --- 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 49043116945..00fb9953f22 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.12 2000/02/24 17:12:10 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.13 2001/09/26 03:01:19 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -57,7 +57,6 @@ #endif /* RF_INCLUDE_PARITYLOGGING > 0 */ #define RF_MAX_DISKS 128 /* max disks per array */ -#define RF_DEV2RAIDID(_dev) (DISKUNIT(_dev)) #define RF_COMPONENT_LABEL_VERSION_1 1 #define RF_COMPONENT_LABEL_VERSION 2 -- cgit