]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdxShard.pm
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / lib / PublicInbox / SearchIdxShard.pm
index 182bbde2519489658e0650cf1592d60d7b70ccb1..579ed1965962c5993c1488a9442a3a027e8f3da3 100644 (file)
@@ -144,8 +144,7 @@ sub index_raw {
 }
 
 sub shard_add_eidx_info {
-       my ($self, $docid, $xibx, $eml) = @_;
-       my $eidx_key = $xibx->eidx_key;
+       my ($self, $docid, $eidx_key, $eml) = @_;
        if (my $w = $self->{w}) {
                my $hdr = $eml->header_obj->as_string;
                my $len = length($hdr);