From 0fbf9cb886e53420d341836090614b0b3d6f92b1 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 30 Mar 2015 15:40:29 +0300 Subject: [PATCH] Remove extraneous constants --- lib/Gruntmaster/Data.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 067d52c..2706f94 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -15,9 +15,7 @@ use DBIx::Simple; use List::Util qw/sum/; use SQL::Abstract; -use constant CONTEST_PUBLIC_COLUMNS => [qw/id name description start stop owner/]; use constant PROBLEM_PUBLIC_COLUMNS => [qw/id author writer level name owner private timeout olimit value/]; -use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university country level/]; use constant JOBS_PER_PAGE => 50; my %statements = ( -- 2.39.2