private_arrays #68

Merged
Alexander_KS merged 2 commits from private_arrays into master 2025-11-08 17:07:07 +00:00
Showing only changes of commit 9ac15eec79 - Show all commits

View File

@@ -14,7 +14,6 @@ using namespace std;
static bool isParentStmt(SgStatement* stmt, SgStatement* parent)
{
// && sgStats.find(stmt->thebif) == sgStats.end()
for (; stmt; stmt = stmt->controlParent())
if (stmt == parent)
return true;