Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe comment out an unused static function



details:   https://anonhg.NetBSD.org/src/rev/50a1865d8db3
branches:  trunk
changeset: 757684:50a1865d8db3
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Sep 13 08:43:06 2010 +0000

description:
comment out an unused static function

diffstat:

 sys/dev/raidframe/rf_engine.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f59dfd4b3254 -r 50a1865d8db3 sys/dev/raidframe/rf_engine.c
--- a/sys/dev/raidframe/rf_engine.c     Mon Sep 13 08:42:04 2010 +0000
+++ b/sys/dev/raidframe/rf_engine.c     Mon Sep 13 08:43:06 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_engine.c,v 1.40 2009/11/17 18:54:26 jld Exp $       */
+/*     $NetBSD: rf_engine.c,v 1.41 2010/09/13 08:43:06 drochner Exp $  */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -55,7 +55,7 @@
  ****************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_engine.c,v 1.40 2009/11/17 18:54:26 jld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_engine.c,v 1.41 2010/09/13 08:43:06 drochner Exp $");
 
 #include <sys/errno.h>
 
@@ -171,6 +171,7 @@
        return (0);
 }
 
+#if 0
 static int
 BranchDone(RF_DagNode_t *node)
 {
@@ -211,6 +212,7 @@
                break;
        }
 }
+#endif
 
 static int
 NodeReady(RF_DagNode_t *node)



Home | Main Index | Thread Index | Old Index