about summary refs log tree commit homepage
path: root/lib/PublicInbox/Xapcmd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Xapcmd.pm')
-rw-r--r--lib/PublicInbox/Xapcmd.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Xapcmd.pm b/lib/PublicInbox/Xapcmd.pm
index 47a018d2..97a51d1b 100644
--- a/lib/PublicInbox/Xapcmd.pm
+++ b/lib/PublicInbox/Xapcmd.pm
@@ -53,7 +53,6 @@ sub commit_changes ($$$$) {
                         rename($old, "$new/old") or
                                         die "rename $old => $new/old: $!\n";
                 }
-                # Xtmpdir->DESTROY won't remove $new after this:
                 rename($new, $old) or die "rename $new => $old: $!\n";
                 if (@st) {
                         my $prev = "$old/old";