Author: jkeenan
Date: Sun Nov  4 18:35:24 2007
New Revision: 22711

Modified:
   trunk/config/auto/socklen_t.pm

Log:
Eliminate code to get 'verbose' option; there are no 'print' statements which 
call for checking that option.

Modified: trunk/config/auto/socklen_t.pm
==============================================================================
--- trunk/config/auto/socklen_t.pm      (original)
+++ trunk/config/auto/socklen_t.pm      Sun Nov  4 18:35:24 2007
@@ -35,8 +35,6 @@
 sub runstep {
     my ( $self, $conf ) = @_;
 
-    my $verbose = $conf->options->get('verbose');
-
     my $d_socklen_t = $conf->data->get('has_socklen_t');
     $d_socklen_t = $Config{d_socklen_t} unless defined $d_socklen_t;
     my $has_socklen_t = ( $d_socklen_t && $d_socklen_t ne 'undef' ) ? 1 : 0;

Reply via email to