about summary refs log tree commit homepage
path: root/lib/PublicInbox/OverIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-21 11:22:23 +0000
committerEric Wong <e@80x24.org>2019-10-22 06:49:20 +0000
commit0cd5d6c4aed766d8dbfa8d309d372fee20689e84 (patch)
tree7040976b95ba6395be5c25ad9089d9c6f73847e5 /lib/PublicInbox/OverIdx.pm
parent28052a51f9177b6028d55b669a7e2f5646dc2b3e (diff)
downloadpublic-inbox-0cd5d6c4aed766d8dbfa8d309d372fee20689e84.tar.gz
This hasn't been used since commit 1b7e935ab1690e28
("searchidx: fix incremental index with indexlevel=basic on v1")
Diffstat (limited to 'lib/PublicInbox/OverIdx.pm')
-rw-r--r--lib/PublicInbox/OverIdx.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm
index 7fd1905d..e8df01c4 100644
--- a/lib/PublicInbox/OverIdx.pm
+++ b/lib/PublicInbox/OverIdx.pm
@@ -320,12 +320,6 @@ INSERT INTO id2num (id, num) VALUES (?,?)
         }
 }
 
-sub delete_articles {
-        my ($self, $nums) = @_;
-        my $dbh = $self->connect;
-        $self->delete_by_num($_) foreach @$nums;
-}
-
 # returns number of removed messages
 # $oid may be undef to match only on $mid
 sub remove_oid {