Remove printf

This commit is contained in:
2024-03-17 18:46:49 +03:00
parent 34bc8b0219
commit fbcddeea8f

View File

@@ -100,8 +100,6 @@ static void FunctionImplicitCheck(SgStatement* function)
function->insertStmtAfter(*implicitNoneDeclaration, *function);
}
printf("%s", function->unparse());
}
static void InitTypes()