summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-01-09 03:44:33 +0000
committeroster <oster@NetBSD.org>2000-01-09 03:44:33 +0000
commitf2a8aaee02564379e89fd007acbb5506da303281 (patch)
tree626558a470f6caaf25bd192150b753181194cf92 /sys/dev/raidframe
parent7ce0db89f9e4371b4d2ae30ea2fb6a6dcb609076 (diff)
Garbage collect unused code.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_driver.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_driver.c b/sys/dev/raidframe/rf_driver.c
index 247ba9d9e16..0c0cc1ab8c7 100644
--- a/sys/dev/raidframe/rf_driver.c
+++ b/sys/dev/raidframe/rf_driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_driver.c,v 1.26 2000/01/09 03:15:59 oster Exp $ */
+/* $NetBSD: rf_driver.c,v 1.27 2000/01/09 03:44:33 oster Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -413,9 +413,6 @@ rf_Configure(raidPtr, cfgPtr)
DO_INIT_CONFIGURE(rf_ConfigureNWayXor);
DO_INIT_CONFIGURE(rf_ConfigureStripeLockFreeList);
DO_INIT_CONFIGURE(rf_ConfigureMCPair);
-#if !defined(__NetBSD__)
- DO_INIT_CONFIGURE(rf_ConfigureCamLayer);
-#endif
DO_INIT_CONFIGURE(rf_ConfigureDAGs);
DO_INIT_CONFIGURE(rf_ConfigureDAGFuncs);
DO_INIT_CONFIGURE(rf_ConfigureDebugPrint);