vacuum: remove a superfluous and misleading comment
authorMichael Adam <obnox@samba.org>
Sat, 19 Apr 2014 00:57:25 +0000 (02:57 +0200)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 17 Jun 2014 11:42:59 +0000 (04:42 -0700)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(Imported from commit e0a11369cf85b111e0966f2677315345ddaaac76)

server/ctdb_vacuum.c

index 2c78de73e565d47329921201edcc8f9a112fc248..942d61135c95d390ea453ee8df8e587a1949bfc0 100644 (file)
@@ -1509,9 +1509,6 @@ ctdb_vacuum_event(struct event_context *ev, struct timed_event *te,
                        _exit(1);
                }
 
-               /* 
-                * repack the db
-                */
                if ((ctdb->tunable.vacuum_fast_path_count > 0) &&
                    (vacuum_handle->fast_path_count == 0))
                {