aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-02-27 22:21:14 +0000
committerBen Laurie <ben@links.org>2013-03-04 14:31:18 +0000
commitafc1b1eab70eeee3ed29580d2b0ea184fc472612 (patch)
treeea34ad491a8eb380ca2c24781fe74dbaaf3bfac5 /util/mk1mf.pl
parent5108690f19165774e75a6779cb05e7da1e4cd4a7 (diff)
downloadopenssl-afc1b1eab70eeee3ed29580d2b0ea184fc472612.tar.gz
Remove pointless diagnostic.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 0 insertions, 1 deletions
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';