Remove printf
This commit is contained in:
@@ -100,8 +100,6 @@ static void FunctionImplicitCheck(SgStatement* function)
|
|||||||
|
|
||||||
function->insertStmtAfter(*implicitNoneDeclaration, *function);
|
function->insertStmtAfter(*implicitNoneDeclaration, *function);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%s", function->unparse());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void InitTypes()
|
static void InitTypes()
|
||||||
|
|||||||
Reference in New Issue
Block a user