removed wrong fix

This commit is contained in:
gtsoul-tech 2024-11-08 22:08:31 +02:00
parent 00de714d61
commit 45899b10e3

View File

@ -2223,9 +2223,6 @@ void mergeCluster(RoseGraph &g, const ReportManager &rm,
for (it2 = it;
it2 != vcluster.end() && cluster.size() < MERGE_GROUP_SIZE_MAX;
++it2) {
if (it2 == vcluster.end()) {
break;
}
// cppcheck-suppress derefInvalidIteratorRedundantCheck
RoseVertex v = *it2;
NGHolder *h = g[v].suffix.graph.get();