remove message
authorChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 01:48:32 +0000 (01:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 01:48:32 +0000 (01:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30075 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config/find-cycles.pl

index 8d6b0bb1dbbdd71ec887d8deb80ff2dac794457a..8156abd3f053bb069601306f1cb2c3e5395ed578 100755 (executable)
@@ -61,7 +61,6 @@ foreach my $cycle (@CYCLES) {
         $cycles_found = $cycles_found + 1;
         print STDERR "find-cycles.pl: Circular dependency between *.a files:\n";
         print STDERR "find-cycles.pl:   ", join(' ', @archives), "\n";
-        print STDERR "find-cycles.pl: Some linkers may have problems.\n";
         push @modules, @archives; # WORKAROUND: Duplicate *.a files. Ick.
     }