From afc1b1eab70eeee3ed29580d2b0ea184fc472612 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 27 Feb 2013 22:21:14 +0000 Subject: [PATCH] Remove pointless diagnostic. --- util/mk1mf.pl | 1 - 1 file changed, 1 deletion(-) 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'; -- GitLab