about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/V2Writable.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm
index 461432ea..3bcea37d 100644
--- a/lib/PublicInbox/V2Writable.pm
+++ b/lib/PublicInbox/V2Writable.pm
@@ -229,7 +229,6 @@ sub searchidx_checkpoint {
                 if ($more) {
                         $dbh->begin_work;
                 } else {
-                        $skel->remote_commit; # XXX should be unnecessary...
                         $skel->remote_close;
                         delete $self->{skel};
                 }