summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-09 15:39:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-09 15:39:47 +0000
commit5ac0c63afbd2d55c7a1c271e032439c0955034a7 (patch)
treee58fbfe06aafd7004fdf1414fa285c74bd0c3613 /urpme
parent077e8d3bdabdeee669d14883f3f87f93f533af2e (diff)
downloadurpmi-5ac0c63afbd2d55c7a1c271e032439c0955034a7.tar
urpmi-5ac0c63afbd2d55c7a1c271e032439c0955034a7.tar.gz
urpmi-5ac0c63afbd2d55c7a1c271e032439c0955034a7.tar.bz2
urpmi-5ac0c63afbd2d55c7a1c271e032439c0955034a7.tar.xz
urpmi-5ac0c63afbd2d55c7a1c271e032439c0955034a7.zip
remove unused variable
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpme b/urpme
index 4996505e..09306898 100644
--- a/urpme
+++ b/urpme
@@ -28,8 +28,6 @@ $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin";
delete @ENV{qw(ENV BASH_ENV IFS CDPATH)};
our ($root, $test, $parallel, $auto, $matches, $verbose, $usedistrib, $force, $noscripts, $repackage, @l, $bundle, $restricted);
-# Translator: Add here the keys which might be pressed in the "No"-case.
-my $noexpr = N("Nn");
# Translator: Add here the keys which might be pressed in the "Yes"-case.
my $yesexpr = N("Yy");