diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-08 08:30:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-08 08:30:04 +0000 |
commit | 4c49f04ba3b17252677c6e5f905465957c97ef6e (patch) | |
tree | d1f7ca461995407148bf2447e2e2dacf55f1c8fd /urpm/ldap.pm | |
parent | d820746ef416b071f59d24e68120c4524a73c8fc (diff) | |
download | urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.gz urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.bz2 urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.xz urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.zip |
kill unused variables
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r-- | urpm/ldap.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm index 164e9fa1..5c5edbb3 100644 --- a/urpm/ldap.pm +++ b/urpm/ldap.pm @@ -9,8 +9,6 @@ use urpm::util; use urpm::msg 'N'; use urpm::media; -(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; - our $LDAP_CONFIG_FILE = '/etc/ldap.conf'; my @per_media_opt = (@urpm::media::PER_MEDIA_OPT, qw(md5sum ftp-proxy http-proxy)); |