Also remove unused File::Basename
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index 8430d189cf0fbfd162769e4c84ee01dce17e0454..958395c0bbabb80da7feccf43912fec327a195b6 100644 (file)
@@ -9,7 +9,6 @@ our $VERSION = '5999.000_004';
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files stopvms/;
 
-use File::Basename qw/fileparse/;
 use File::Temp qw/tempdir/;
 use JSON qw/decode_json encode_json/;
 use Sys::Hostname qw/hostname/;
@@ -17,7 +16,6 @@ use Time::HiRes qw/time/;
 use Try::Tiny;
 use Log::Log4perl qw/get_logger/;
 
-use constant PAGE_SIZE => 10;
 use constant FORMAT_EXTENSION => {
        C => 'c',
        CPP => 'cpp',
This page took 0.010138 seconds and 4 git commands to generate.