about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-10-27 07:54:33 +0000
committerEric Wong <e@80x24.org>2020-11-07 10:21:46 +0000
commitf639808a88bba0e93ee4782d2b7ab0b1e30ac838 (patch)
tree9c774532c0b604f7b402a5bcbe429320ebb4e95f
parentdf63c5289f6d8f2059c6784612c366a449176521 (diff)
downloadpublic-inbox-f639808a88bba0e93ee4782d2b7ab0b1e30ac838.tar.gz
Moved to per-epoch "units".
-rw-r--r--lib/PublicInbox/ExtSearchIdx.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtSearchIdx.pm b/lib/PublicInbox/ExtSearchIdx.pm
index 609151e4..5e72d65d 100644
--- a/lib/PublicInbox/ExtSearchIdx.pm
+++ b/lib/PublicInbox/ExtSearchIdx.pm
@@ -237,7 +237,6 @@ sub _sync_inbox ($$$) {
         my ($self, $opt, $ibx) = @_;
         my $sync = {
                 need_checkpoint => \(my $bool = 0),
-                unindex_range => {}, # EPOCH => oid_old..oid_new
                 reindex => $opt->{reindex},
                 -opt => $opt,
                 self => $self,