diff options
-rw-r--r-- | perl-install/authentication.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 3e53eaa3c..e292639f4 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -1,12 +1,4 @@ package authentication; # $Id$ - - - - - - - - use common; my $lib = arch() =~ /x86_64/ ? 'lib64' : 'lib'; |