]> Sergey Matveev's repositories - public-inbox.git/commit
view: remove redundant children array in thread views
authorEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:47:30 +0000 (23:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:53:36 +0000 (23:53 +0000)
commit88f66c819dc9e27169fa8f0cf5c9c67111ba668f
tree018f6d5290e4451f6f4bc1e54de4d567f18026ae
parent30100c46326e2eac275e0af13116636701d2537e
view: remove redundant children array in thread views

Each node has an entire arrayref of its children nowadays, so
there's no need to waste time and memory creating another one.
lib/PublicInbox/View.pm