remove an unused variable
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 7 Oct 2008 07:14:44 +0000 (18:14 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 7 Oct 2008 07:14:44 +0000 (18:14 +1100)
server/ctdb_recover.c

index 46ea99f5a20b15bd59f5bca4d79c5c37876c0b7a..54276d8a36018daf527299fd3f4532b3299ce7a1 100644 (file)
@@ -178,7 +178,6 @@ static void
 ctdb_reload_nodes_event(struct event_context *ev, struct timed_event *te, 
                               struct timeval t, void *private_data)
 {
-       int ret;
        int i;
 
        struct ctdb_context *ctdb = talloc_get_type(private_data, struct ctdb_context);