ctdb:vacuum: remove a superfluous comment.
authorMichael Adam <obnox@samba.org>
Sat, 19 Apr 2014 01:02:42 +0000 (03:02 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 17 Jun 2014 07:33:10 +0000 (09:33 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_vacuum.c

index 64cb135fb7dd141c29e4fb5338ffd4ea6154dbb0..8119acc68d18d393eb060e666cd1402f1c3fd913 100644 (file)
@@ -1326,10 +1326,7 @@ static int ctdb_vacuum_and_repack_db(struct ctdb_db_context *ctdb_db,
        }
 
        vdata->start = timeval_current();
-       /*
-        * gather all records that can be deleted in vdata
-        */
+
        if (ctdb_vacuum_db(ctdb_db, vdata, full_vacuum_run) != 0) {
                DEBUG(DEBUG_ERR,(__location__ " Failed to vacuum '%s'\n", name));
        }