]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: drop outdated {unindex_range} check
authorEric Wong <e@80x24.org>
Tue, 22 Sep 2020 18:49:50 +0000 (18:49 +0000)
committerEric Wong <e@80x24.org>
Thu, 24 Sep 2020 09:57:14 +0000 (09:57 +0000)
commit8d7216a0c278272d7d3525f4bb0ec1fa74486698
tree3547a3330b3355d8e910a4421ec1e3f0651842ae
parent9dd93e4399c67abf74df6832181d442f81e0aa33
v2writable: drop outdated {unindex_range} check

{unindex_range} only exists in the $sync state, nowadays, not the
V2Writable ($self) object.  $sync->{unindex_range} won't be
populated if $regen_max is zero, either, unless somebody is
injecting importable commits into an epoch history, in which
this change will result in no-op indexing doing no work.
lib/PublicInbox/V2Writable.pm