[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Patrick Jenkins
pjenkins at apple.com
Thu Jul 27 14:01:53 PDT 2006
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.33 -> 1.34
---
Log message:
Removed some unneccesary print statemnts
---
Diffs of the changes: (+0 -1)
NewNightlyTest.pl | 1 -
1 files changed, 1 deletion(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.33 llvm/utils/NewNightlyTest.pl:1.34
--- llvm/utils/NewNightlyTest.pl:1.33 Thu Jul 27 15:21:26 2006
+++ llvm/utils/NewNightlyTest.pl Thu Jul 27 16:01:39 2006
@@ -1043,7 +1043,6 @@
}
else{
$gcc_version_long = `gcc --version`;
- print "gcc --version\n";
}
@GCC_VERSION = split '\n', $gcc_version_long;
my $gcc_version = $GCC_VERSION[0];
More information about the llvm-commits
mailing list