Remove unused variable web_strategies

This commit is contained in:
Sandro Jäckel 2020-05-29 03:48:04 +02:00
parent 489f5aefd5
commit 2adedb611b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -305,11 +305,6 @@ sub ip_strategies_usage {
return map { sprintf(" -use=%-22s %s.", $_, $ip_strategies{$_}) } sort keys %ip_strategies;
}
my %web_strategies = (
'dyndns' => 1,
'loopia' => 1,
);
sub setv {
return {
'type' => shift,