Remove unnecessary comment (RALs are no longer used.)
This commit is contained in:
parent
7c2005e369
commit
891e610897
@ -35,13 +35,6 @@ QuoteThreading =
|
|||||||
QuoteThreading.hasRun = true
|
QuoteThreading.hasRun = true
|
||||||
|
|
||||||
node: ->
|
node: ->
|
||||||
# Random access list
|
|
||||||
#
|
|
||||||
# 'Array' implementation is very awkward - mid-object inserts, loop to find
|
|
||||||
# quoted post, loop to find inserted post(!), loop to find distance from
|
|
||||||
# threaded post to thread root
|
|
||||||
#
|
|
||||||
# Of course, implementing your own data structure can be awkward.
|
|
||||||
return if @isClone or not QuoteThreading.enabled or @thread.OP is @
|
return if @isClone or not QuoteThreading.enabled or @thread.OP is @
|
||||||
|
|
||||||
{quotes, ID, fullID} = @
|
{quotes, ID, fullID} = @
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user