From 5f69a1add797a50e16f7256bd561bb4ac32188ff Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Jun 2008 18:34:26 +0000 Subject: remove unused variable --- perl-install/authentication.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 4de761c48..527cba940 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -13,7 +13,6 @@ sub kinds { my $no_para = @_ == 0; my ($do_pkgs, $_meta_class) = @_; my $allow_SmartCard = $no_para || $do_pkgs->is_available('castella-pam'); - my $allow_AD = 1; ( 'LDAP', 'KRB5', -- cgit v1.2.1