Removed some unneccesary print statemnts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Patrick Jenkins 2006-07-27 21:01:39 +00:00
parent 96970e9a5c
commit d4623e974c

View File

@ -1043,7 +1043,6 @@ if($GCCPATH ne ""){
}
else{
$gcc_version_long = `gcc --version`;
print "gcc --version\n";
}
@GCC_VERSION = split '\n', $gcc_version_long;
my $gcc_version = $GCC_VERSION[0];