diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-01 15:38:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-01 15:38:09 +0000 |
commit | e58a67c4adaef98e22cd57e65306b30cb366b061 (patch) | |
tree | ca8e4daf6253530127e7a1e3e8620f2e0b91f312 /urpmq | |
parent | 89ea15bf14b7cc5298d21a414d268f69e648fe07 (diff) | |
download | urpmi-e58a67c4adaef98e22cd57e65306b30cb366b061.tar urpmi-e58a67c4adaef98e22cd57e65306b30cb366b061.tar.gz urpmi-e58a67c4adaef98e22cd57e65306b30cb366b061.tar.bz2 urpmi-e58a67c4adaef98e22cd57e65306b30cb366b061.tar.xz urpmi-e58a67c4adaef98e22cd57e65306b30cb366b061.zip |
remove dead code:
urpmq is not using use_provides by default since 13 May 2004 when rgs
refactorization somewhat failed. since then the documentation has been adapted
to show -p is not the default anymore, so not reverting to previous behaviour.
Diffstat (limited to 'urpmq')
-rwxr-xr-x | urpmq | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -32,9 +32,6 @@ use urpm::media; use urpm::select; use urpm::get_pkgs; -#- default options. -$urpm::args::options = { use_provides => 1 }; - our @files; our @names; our @src_names; |