about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-29 09:57:54 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-29 10:00:06 +0000
commitd2f3227c622174b96db8c2dc69dbc1fa3df50fcd (patch)
treed52dc28c1960edf7d8035ef3a72ddd3377f821fa /lib/PublicInbox/V2Writable.pm
parent417612b7b7bb9750f3c91135e60aa8bbdd461496 (diff)
downloadpublic-inbox-d2f3227c622174b96db8c2dc69dbc1fa3df50fcd.tar.gz
The layout of this structure ended up being a bit different
and the read-only access is handled through the ::Inbox class,
instead.
Diffstat (limited to 'lib/PublicInbox/V2Writable.pm')
-rw-r--r--lib/PublicInbox/V2Writable.pm2
1 files changed, 0 insertions, 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,