mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
CommentBuilder: children of MoreRecursion are not used.
This commit is contained in:
committed by
Neil Williams
parent
bcbf9c18ce
commit
93283123ad
@@ -147,7 +147,6 @@ class _CommentBuilder(Builder):
|
||||
parent_id=parent_id))
|
||||
else:
|
||||
w = more_recursions[parent_id]
|
||||
w.children.append(comment_id)
|
||||
more_recursions[parent_id] = w
|
||||
|
||||
timer.intermediate("pick_comments")
|
||||
|
||||
Reference in New Issue
Block a user