Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Garbage collect unused code.



details:   https://anonhg.NetBSD.org/src/rev/4c39b1059f2b
branches:  trunk
changeset: 480309:4c39b1059f2b
user:      oster <oster%NetBSD.org@localhost>
date:      Sun Jan 09 03:44:33 2000 +0000

description:
Garbage collect unused code.

diffstat:

 sys/dev/raidframe/rf_driver.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 0f3689e05277 -r 4c39b1059f2b sys/dev/raidframe/rf_driver.c
--- a/sys/dev/raidframe/rf_driver.c     Sun Jan 09 03:39:13 2000 +0000
+++ b/sys/dev/raidframe/rf_driver.c     Sun Jan 09 03:44:33 2000 +0000
@@ -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 @@
                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);



Home | Main Index | Thread Index | Old Index