From: Marius Gavrilescu Date: Mon, 30 Mar 2015 12:40:29 +0000 (+0300) Subject: Remove extraneous constants X-Git-Tag: 5999.000_014~44 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=0fbf9cb886e53420d341836090614b0b3d6f92b1 Remove extraneous constants --- 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 = (