Remove superfluous module.
authorThomas Hochstein <thh@inter.net>
Sun, 23 Feb 2014 18:54:20 +0000 (19:54 +0100)
committerThomas Hochstein <thh@inter.net>
Sun, 23 Feb 2014 18:56:49 +0000 (19:56 +0100)
Digest::HMAC_SHA1() was not used in filter_innd.pl,
only in filter_nnrpd.pl

Signed-off-by: Thomas Hochstein <thh@inter.net>
filter/cleanfeed.local

index e3b872c..eb23db4 100644 (file)
@@ -2,7 +2,6 @@
 
 use MIME::Base64();
 use Digest::SHA1();
-use Digest::HMAC_SHA1();
 
 #
 # local_filter_cancel
This page took 0.011282 seconds and 4 git commands to generate.