about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-06 02:59:35 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-06 04:51:41 +0000
commit8515f32bd403cae734b2fed534a6708758d7949a (patch)
treec52c1eb865f336d5d94127707b5bb4a17456efe7
parent589355867a4fcaf25a9db43c4c5dcc9a1e32ec1e (diff)
downloadpublic-inbox-8515f32bd403cae734b2fed534a6708758d7949a.tar.gz
Not a big deal since we still commit to the skeleton for every
single partition (barrier work abandoned).
-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};
                 }