Module Name:    src
Committed By:   drochner
Date:           Mon Sep 13 08:43:06 UTC 2010

Modified Files:
        src/sys/dev/raidframe: rf_engine.c

Log Message:
comment out an unused static function


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/raidframe/rf_engine.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/raidframe/rf_engine.c
diff -u src/sys/dev/raidframe/rf_engine.c:1.40 src/sys/dev/raidframe/rf_engine.c:1.41
--- src/sys/dev/raidframe/rf_engine.c:1.40	Tue Nov 17 18:54:26 2009
+++ src/sys/dev/raidframe/rf_engine.c	Mon Sep 13 08:43:06 2010
@@ -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)

Reply via email to