From 741c9549850fcf100d8b0dbbbd9ecd2064455673 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 16 Jan 2020 10:26:33 +0100 Subject: remove unused variable should have been done 14 years ago in commit 8a85388373bca5c259c3c57411dc3bd2b4a234d7 --- Makefile.PL | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1