Remove pointless diagnostic.

This commit is contained in:
Ben Laurie 2013-02-27 22:21:14 +00:00
parent 5108690f19
commit afc1b1eab7

View File

@ -323,7 +323,6 @@ else
##else
{ $cflags="$c_flags$cflags" if ($c_flags ne ""); }
print STDERR "platform = $orig_platform\n";
$cflags = $mf_cflag if $orig_platform eq 'auto';
$cc = $mf_cc if $orig_platform eq 'auto';