diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-14 16:29:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-14 16:29:07 +0000 |
commit | b115026935f44d56f6e75115aa1e7ad2d53e22c8 (patch) | |
tree | 53d698b8c4e4725f79e220749514fccdaa917e18 /urpm | |
parent | c3c1a4efac2f1ba7488def26b1178a29117b7984 (diff) | |
download | urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.gz urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.bz2 urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.tar.xz urpmi-b115026935f44d56f6e75115aa1e7ad2d53e22c8.zip |
Remove obsolete comment
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 2 |
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' } |