From: Ben Laurie Date: Wed, 27 Feb 2013 22:21:14 +0000 (+0000) Subject: Remove pointless diagnostic. X-Git-Tag: master-pre-reformat~1355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afc1b1eab70eeee3ed29580d2b0ea184fc472612;p=openssl Remove pointless diagnostic. --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 2ef5c775b3..5984498c30 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -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';