From: Eric Wong (Contractor, The Linux Foundation) Date: Thu, 29 Mar 2018 09:57:54 +0000 (+0000) Subject: v2writable: cleanup: get rid of unused fields X-Git-Tag: v1.1.0-pre1~105 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=d2f3227c622174b96db8c2dc69dbc1fa3df50fcd 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. --- 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,