Deep implementation of in/not_in

This commit is contained in:
Matthias Koefferlein 2022-11-27 10:37:43 +01:00
parent 9008464268
commit 25e61205d2
2 changed files with 0 additions and 3 deletions

View File

@ -939,9 +939,6 @@ void contained_local_operation<TS, TI, TR>::do_compute_local (db::Layout * /*lay
tl_assert (results.size () == 2);
}
db::EdgeProcessor ep;
ep.set_base_verbosity (50);
std::set<TI> others;
for (typename shape_interactions<TS, TI>::iterator i = interactions.begin (); i != interactions.end (); ++i) {
for (typename shape_interactions<TS, TI>::iterator2 j = i->second.begin (); j != i->second.end (); ++j) {

Binary file not shown.