summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-14 16:29:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-10-14 16:29:07 +0000
commitb115026935f44d56f6e75115aa1e7ad2d53e22c8 (patch)
tree53d698b8c4e4725f79e220749514fccdaa917e18 /urpm/args.pm
parentc3c1a4efac2f1ba7488def26b1178a29117b7984 (diff)
downloadurpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar
urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.gz
urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.bz2
urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.xz
urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.zip
Remove obsolete comment
Diffstat (limited to 'urpm/args.pm')
-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' }