remove unused var

This commit is contained in:
Matt Simerson 2014-11-05 00:27:05 -08:00
parent c61dbb5734
commit 4eba2a39bc

View File

@ -126,8 +126,6 @@ sub register {
$self->{_args} = {@args};
$self->{_args}{db_dir} ||= '/usr/local/share/GeoIP';
my $loaded = 0;
eval 'use GeoIP2::Database::Reader';
if (!$@) {
warn "using GeoIP2";