summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/args.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index b4eb6f2e..523fbe78 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -306,8 +306,6 @@ sub parse_cmdline {
my %args = @_;
# set up global urpm object
$urpm = $args{urpm};
- # get default values (and read config file)
- # TODO
# parse options
if ($tool eq 'urpmi') {
foreach (@ARGV) { $_ = '-X' if $_ eq '--X' }