]> Sergey Matveev's repositories - public-inbox.git/commit
lei_xsearch: reduce reference paths to lxs
authorEric Wong <e@80x24.org>
Thu, 21 Jan 2021 19:46:21 +0000 (19:46 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Jan 2021 20:18:01 +0000 (16:18 -0400)
commitd3f54eb1ac998c79c55f10fbfb5bce389041a0fe
tree671c25ed5aaf0d3426badee1687aa9a235c00006
parent3e11b08275331783f4860a590b1555b879c77328
lei_xsearch: reduce reference paths to lxs

Having an extra reference to LeiXSearch from the OpPipe $done_op
map is unnecessary and makes the reference graph more complex
than it needs to be.  Just use $lei->{lxs} to simplify and
reduce the likelyhood of bugs.
lib/PublicInbox/LeiXSearch.pm