From d2f3227c622174b96db8c2dc69dbc1fa3df50fcd Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Thu, 29 Mar 2018 09:57:54 +0000 Subject: [PATCH] v2writable: cleanup: get rid of unused fields The layout of this structure ended up being a bit different and the read-only access is handled through the ::Inbox class, instead. --- lib/PublicInbox/V2Writable.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm index ef9867de..b516278e 100644 --- a/lib/PublicInbox/V2Writable.pm +++ b/lib/PublicInbox/V2Writable.pm @@ -53,8 +53,6 @@ sub new { my $self = { -inbox => $v2ibx, im => undef, # PublicInbox::Import - xap_rw => undef, # PublicInbox::V2SearchIdx - xap_ro => undef, partitions => $nparts, parallel => 1, transact_bytes => 0, -- 2.44.0