3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

AntiFlood: remove useless use statement

This commit is contained in:
Pragmatic Software 2018-08-05 22:45:40 -07:00
parent 1f43e003d8
commit c57d7550ea

View File

@ -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;