From 48a3ce178f320d0ad3cabd1a62e55b7e4a85533f Mon Sep 17 00:00:00 2001 From: oster Date: Sat, 3 Aug 2002 01:07:53 +0000 Subject: Nuke function prototypes for previously nuked functions. --- sys/dev/raidframe/rf_map.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_map.h b/sys/dev/raidframe/rf_map.h index 05c66d29258..316703e2e3e 100644 --- a/sys/dev/raidframe/rf_map.h +++ b/sys/dev/raidframe/rf_map.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_map.h,v 1.4 2001/10/04 15:58:54 oster Exp $ */ +/* $NetBSD: rf_map.h,v 1.5 2002/08/03 01:07:53 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -46,10 +46,6 @@ void rf_MarkFailuresInASMList(RF_Raid_t * raidPtr, RF_AccessStripeMapHeader_t * asm_h); -RF_AccessStripeMap_t *rf_DuplicateASM(RF_AccessStripeMap_t * asmap); - -RF_PhysDiskAddr_t *rf_DuplicatePDA(RF_PhysDiskAddr_t * pda); - int rf_ConfigureMapModule(RF_ShutdownList_t ** listp); RF_AccessStripeMapHeader_t *rf_AllocAccessStripeMapHeader(void); -- cgit