public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - group_dameon: ifdef out unused code
@ 2009-05-11 15:14 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-05-11 15:14 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9455ac4820ebe74b0ec586b2c7fae983cfe0f5bf
Commit:        9455ac4820ebe74b0ec586b2c7fae983cfe0f5bf
Parent:        3491452d008c0cf99719de02e17ad97c6dd3da19
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed May 6 11:50:13 2009 +0200
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 10:05:07 2009 -0500

group_dameon: ifdef out unused code

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 group/daemon/app.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/group/daemon/app.c b/group/daemon/app.c
index 4ba6625..702b56a 100644
--- a/group/daemon/app.c
+++ b/group/daemon/app.c
@@ -447,6 +447,7 @@ static int all_levels_all_stopped(group_t *g, event_t *rev)
 	return 1;
 }
 
+#if 0
 void dump_recovery_sets(void)
 {
 	struct recovery_set *rs;
@@ -461,6 +462,7 @@ void dump_recovery_sets(void)
 		}
 	}
 }
+#endif
 
 static int group_in_recovery_set(struct recovery_set *rs, group_t *g)
 {
@@ -954,6 +956,7 @@ int event_state_starting(app_t *a)
 	return FALSE;
 }
 
+#if 0
 int event_state_all_stopped(app_t *a)
 {
 	if (a->current_event->state == EST_JOIN_ALL_STOPPED ||
@@ -962,6 +965,7 @@ int event_state_all_stopped(app_t *a)
 		return TRUE;
 	return FALSE;
 }
+#endif
 
 static int event_state_all_started(app_t *a)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-11 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-11 15:14 cluster: STABLE3 - group_dameon: ifdef out unused code David Teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).