]> Sergey Matveev's repositories - public-inbox.git/commitdiff
v2writable: remove unnecessary skeleton commit
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 6 Mar 2018 02:59:35 +0000 (02:59 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 6 Mar 2018 04:51:41 +0000 (04:51 +0000)
Not a big deal since we still commit to the skeleton for every
single partition (barrier work abandoned).

lib/PublicInbox/V2Writable.pm

index 461432ea3ffbe695c3fe02f2a5e11b564408cd0f..3bcea37defde1f588f96066259e7dc87cb6b9e73 100644 (file)
@@ -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};
                }