diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 15:39:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 15:39:47 +0000 |
commit | 5ac0c63afbd2d55c7a1c271e032439c0955034a7 (patch) | |
tree | e58fbfe06aafd7004fdf1414fa285c74bd0c3613 /urpme | |
parent | 077e8d3bdabdeee669d14883f3f87f93f533af2e (diff) | |
download | urpmi-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-- | urpme | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"); |