From 79c5fdeacf75a2daeb57a7a5f00a170044e28634 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Thu, 5 Apr 2018 10:03:20 +0000 Subject: v2writable: remove redundant remove from Over DB The Xapian partitions will trigger the removal anyways. Test this and fix some description/spelling errors while we're at it. --- lib/PublicInbox/V2Writable.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm index e0c8ac37..83238460 100644 --- a/lib/PublicInbox/V2Writable.pm +++ b/lib/PublicInbox/V2Writable.pm @@ -309,7 +309,6 @@ sub remove_internal { foreach my $idx (@$parts) { $idx->remote_remove($oid, $mid); } - $self->{over}->remove_oid($oid, $mid); } $self->barrier; } -- cgit v1.2.3-24-ge0c7