From 11eacabe5ae600d141f4d10580452c1cedfc5b64 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 13 Sep 2010 08:43:06 +0000 Subject: comment out an unused static function --- sys/dev/raidframe/rf_engine.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_engine.c b/sys/dev/raidframe/rf_engine.c index f9c467c9753..3aabff6d246 100644 --- a/sys/dev/raidframe/rf_engine.c +++ b/sys/dev/raidframe/rf_engine.c @@ -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 -__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 @@ -171,6 +171,7 @@ rf_ConfigureEngine(RF_ShutdownList_t **listp, RF_Raid_t *raidPtr, return (0); } +#if 0 static int BranchDone(RF_DagNode_t *node) { @@ -211,6 +212,7 @@ BranchDone(RF_DagNode_t *node) break; } } +#endif static int NodeReady(RF_DagNode_t *node) -- cgit