Skip to content

Commit

Permalink
Merge "[2497] Performance improvement for Diagram Copy Paste"
Browse files Browse the repository at this point in the history
  • Loading branch information
sandupostaru authored and Gerrit Code Review @ Polarsys.org committed May 20, 2019
2 parents d8be3af + 92c72fa commit 842ce63
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,8 @@ protected void filterOutUnrelevantSemanticElements(List<EObject> copies) {
}
}
}
for (EObject deletionTarget : toDelete) {
MiscUtil.deleteRec(deletionTarget);
}

EcoreUtil.deleteAll(toDelete, true);
}

/**
Expand Down

0 comments on commit 842ce63

Please sign in to comment.