]> Sergey Matveev's repositories - public-inbox.git/commitdiff
v2writable: cleanup: get rid of unused fields
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 09:57:54 +0000 (09:57 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 10:00:06 +0000 (10:00 +0000)
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

index ef9867de35ab225da985cdef5d3052832fcfd422..b516278ed1e56eef418234f3ab0858c72d155b19 100644 (file)
@@ -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,