summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-05-28 01:06:25 +0200
committerMichael Adam <obnox@samba.org>2015-06-05 11:28:23 +0200
commit9e5cf6fd5ccd9ac64287373902b1df628f5b4fd8 (patch)
tree213ce68649ac0dab341d1e9713e81b5988c71d0d /ctdb
parentc1c07b462058f863e706127203e6f30dba89a2a9 (diff)
downloadsamba-9e5cf6fd5ccd9ac64287373902b1df628f5b4fd8.tar.gz
ctdb-recoverd/vacuum: remove unneeded prototype.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_recoverd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c
index e76a0d02b9c..1b4ac50500a 100644
--- a/ctdb/server/ctdb_recoverd.c
+++ b/ctdb/server/ctdb_recoverd.c
@@ -998,7 +998,6 @@ struct vacuum_info {
struct ctdb_rec_data *r;
};
-static void vacuum_fetch_next(struct vacuum_info *v);
/*
called when a vacuum fetch has completed - just free it and do the next one