summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-01 15:38:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-01 15:38:09 +0000
commite58a67c4adaef98e22cd57e65306b30cb366b061 (patch)
treeca8e4daf6253530127e7a1e3e8620f2e0b91f312 /urpmq
parent89ea15bf14b7cc5298d21a414d268f69e648fe07 (diff)
downloadurpmi-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-xurpmq3
1 files changed, 0 insertions, 3 deletions
diff --git a/urpmq b/urpmq
index e0ee88e7..87df7568 100755
--- a/urpmq
+++ b/urpmq
@@ -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;