diff --git a/reg3.cpp b/reg3.cpp index 80013222..77fd55cd 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -1929,12 +1929,6 @@ EX namespace reg3 { } } - vector q(qstate, 0); - for(auto p: bfs) q[p.second]++; - vector q2(isize(qmap()->allh)+1, 0); - for(auto p: q) q2[p]++; - DEBB(DF_GEOM, ("q2 = ", q2)); - /* remove BFS roots, and addresses that lead only there */ bfs = {};