diff --git a/PBot/AntiFlood.pm b/PBot/AntiFlood.pm index 7939f64e..1c4bd56c 100644 --- a/PBot/AntiFlood.pm +++ b/PBot/AntiFlood.pm @@ -20,7 +20,6 @@ use feature 'switch'; no if $] >= 5.018, warnings => "experimental::smartmatch"; use PBot::DualIndexHashObject; -use PBot::LagChecker; use Time::HiRes qw(gettimeofday tv_interval); use Time::Duration;