From e76085014c577f62efbc1faf13411d5de237dfee Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 15 Aug 2012 09:49:05 +0200 Subject: [PATCH] www: Remove some unused 'use' lines The functionality that used those modules has been moved into ManUtils --- www/index.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/index.pl b/www/index.pl index 8ec46cc..ac30b57 100755 --- a/www/index.pl +++ b/www/index.pl @@ -3,10 +3,6 @@ use strict; use warnings; use TUWF ':html', 'html_escape', ':xml'; -use IPC::Open2; -use IO::Select; -use Encode 'encode_utf8', 'decode_utf8'; -use Time::HiRes 'tv_interval', 'gettimeofday'; use JSON::XS; use Cwd 'abs_path';