aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-21 14:11:13 +1200
committerDavid Phillips <david@sighup.nz>2018-09-21 14:13:28 +1200
commit3b2be99aa12addab406d05c886b59b85b1ae4380 (patch)
treedd0621c6c008441f567112f9ade00106f33d9bb6
parentcfa90dc368a1ac3441185c94d287829d3985ef6d (diff)
downloadidalius-3b2be99aa12addab406d05c886b59b85b1ae4380.tar.xz
Ping: Remove old unnecessary config hash
-rw-r--r--Plugin/Ping.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Plugin/Ping.pm b/Plugin/Ping.pm
index efb55ce..602469b 100644
--- a/Plugin/Ping.pm
+++ b/Plugin/Ping.pm
@@ -3,8 +3,6 @@ package Plugin::Ping;
use strict;
use warnings;
-my %config;
-
sub configure {
my $self = shift;
my $cmdref = shift;