diff options
author | David Phillips <david@sighup.nz> | 2018-09-21 14:11:13 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-09-21 14:13:28 +1200 |
commit | 3b2be99aa12addab406d05c886b59b85b1ae4380 (patch) | |
tree | dd0621c6c008441f567112f9ade00106f33d9bb6 /Plugin | |
parent | cfa90dc368a1ac3441185c94d287829d3985ef6d (diff) | |
download | idalius-3b2be99aa12addab406d05c886b59b85b1ae4380.tar.xz |
Ping: Remove old unnecessary config hash
Diffstat (limited to 'Plugin')
-rw-r--r-- | Plugin/Ping.pm | 2 |
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; |