From 206ef17270c65de8b4ba2282e98360014ce49b98 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 10 Jan 2005 09:34:17 +0000 Subject: Remove unused vars --- urpm/args.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index d81e28a1..685acd5b 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -56,9 +56,7 @@ my %options_spec = ( 'sortmedia|sort-media=s' => \$::sortmedia, 'searchmedia|search-media=s' => \$::searchmedia, 'synthesis=s' => \$::synthesis, - auto => sub { - $urpm->{options}{auto} = $::auto = 1; - }, + auto => sub { $urpm->{options}{auto} = 1 }, 'allow-medium-change' => \$::allow_medium_change, 'auto-select' => \$::auto_select, 'no-remove|no-uninstall' => \$::no_remove, -- cgit v1.2.1