summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-16 10:26:33 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 02:23:04 +0100
commit741c9549850fcf100d8b0dbbbd9ecd2064455673 (patch)
treed0694218bf11a387c6e04381d0ff1930e748f4b2
parentad953e4c4bca7e5bd9f5b5664298e04272537479 (diff)
downloadurpmi-741c9549850fcf100d8b0dbbbd9ecd2064455673.tar
urpmi-741c9549850fcf100d8b0dbbbd9ecd2064455673.tar.gz
urpmi-741c9549850fcf100d8b0dbbbd9ecd2064455673.tar.bz2
urpmi-741c9549850fcf100d8b0dbbbd9ecd2064455673.tar.xz
urpmi-741c9549850fcf100d8b0dbbbd9ecd2064455673.zip
remove unused variable
should have been done 14 years ago in commit 8a85388373bca5c259c3c57411dc3bd2b4a234d7
-rwxr-xr-xMakefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 73fd9c9e..f9dc2074 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,6 @@ use ExtUtils::MakeMaker;
# --install-po : compile .po files and install locale files
# also, install localized man pages
# --install-gui : install gurpmi
-my $with_rpm = 1; $with_rpm = 0 if grep $_ eq '--without-rpm', @ARGV;
my $with_po = 0; $with_po = 1 if grep $_ eq '--install-po', @ARGV;
my $with_polkit = 0; $with_polkit = 1 if grep $_ eq '--install-polkit', @ARGV;
my $with_gui = 0; $with_gui = 1 if grep $_ eq '--install-gui', @ARGV;