From 94baf9b4ed469e6a20c27e192119048e7224766a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 14 Feb 2015 15:27:39 +0200 Subject: [PATCH] Remove useless constant PAGE_SIZE --- lib/Gruntmaster/Daemon.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 8430d18..51e0681 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -17,7 +17,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', -- 2.30.2