This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Simplify the code of the dccd #1128
Closed
Description
We use DuplicateMap
s in order to track linked and unlinked elements of collection.
DuplicateMap.put
has an insertBefore
argument.
However this argument is never used, removing it would allow simplifying the code.
Could we safely drop it ?
/cc @mhevery
Metadata
Metadata
Assignees
Labels
No labels