Bug 21395: Make perlcritic happy
[koha-equinox.git] / t / db_dependent / Context.t
index cb7c94f..532f6ca 100755 (executable)
@@ -68,8 +68,6 @@ ok($config = $koha->{config}, 'Getting $koha->{config} ');
 # Testing syspref caching
 use Test::DBIx::Class;
 
-my $history;
-
 my $schema = Koha::Database->new()->schema();
 $schema->storage->debug(1);
 my $trace_read;