Bug 19028: Add OpacLocationOnDetail syspref
[koha.git] / C4 / BackgroundJob.pm
index 09bad9a..f607340 100644 (file)
@@ -24,11 +24,7 @@ use C4::Context;
 use C4::Auth qw/get_session/;
 use Digest::MD5;
 
-use vars qw();
 
-BEGIN {
-       # set the version for version checking
-}
 
 =head1 NAME