Some code cleanup with performance impact

This commit is contained in:
Matthias Koefferlein 2019-12-17 22:23:43 +01:00
parent fb2611632d
commit a9bd037b58
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ private:
for (iterator_type j = c; j < i; ++j) {
if (bs_boxes_overlap (bc (*i->first), bc (*j->first), enl)) {
if (seen.insert (std::make_pair (i->first, j->first)).second) {
seen.insert (std::make_pair (j->first, i->first));
rec.add (i->first, i->second, j->first, j->second);
if (rec.stop ()) {
return false;