From 45899b10e357546e3f7e44df179585c856136cec Mon Sep 17 00:00:00 2001 From: gtsoul-tech Date: Fri, 8 Nov 2024 22:08:31 +0200 Subject: [PATCH] removed wrong fix --- src/rose/rose_build_role_aliasing.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rose/rose_build_role_aliasing.cpp b/src/rose/rose_build_role_aliasing.cpp index f89c280b..2240a7fd 100644 --- a/src/rose/rose_build_role_aliasing.cpp +++ b/src/rose/rose_build_role_aliasing.cpp @@ -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();