Skip to content

Commit 1fcbff4

Browse files
committed
Remove debug output on stdout
1 parent 1be3831 commit 1fcbff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/tools/nec-aurora-build/compiler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ int runTargetCompiler(const std::string &InputPath, const std::string &Args) {
6868
int ret = system(CmdLine.str().c_str());
6969

7070
if (!KeepTransformedFilesDir) {
71-
std::cout << "Removing tmpfil" << std::endl;
7271
std::remove(InputPath.c_str());
7372
}
7473

0 commit comments

Comments
 (0)