fix codestyle

This commit is contained in:
2025-11-06 03:44:52 +03:00
parent 21b5340e98
commit 2f989cda7c

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;