From d5347361f75b4030af687b66975035a7414c790e Mon Sep 17 00:00:00 2001
From: "Eric Wong (Contractor, The Linux Foundation)" <e@80x24.org>
Date: Mon, 19 Mar 2018 08:14:36 +0000
Subject: [PATCH] v2writable: remove unnecessary idx_init call

We no longer need it with ->barrier working
---
 lib/PublicInbox/V2Writable.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm
index 6e2a8d68..b6c46a21 100644
--- a/lib/PublicInbox/V2Writable.pm
+++ b/lib/PublicInbox/V2Writable.pm
@@ -125,7 +125,6 @@ sub num_for {
 
 		# very unlikely:
 		warn "<$mid> reused for mismatched content\n";
-		$self->idx_init;
 
 		# try the rest of the mids
 		foreach my $i (1..$#$mids) {
-- 
2.51.0