diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index 90f572f3a1..01e9bb82a2 100755 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -25,8 +25,6 @@ use DBI; # DB interface with MySQL use POSIX qw(strftime); use File::Path qw(rmtree); use Time::HiRes qw(usleep); -use IO::Handle; -use File::Copy; # Default lib dir for RPM and DEB packages BEGIN { push @INC, '/usr/lib/perl5'; }