bug 2473: correct display of items.content
[koha_fer] / misc / batchRebuildBiblioTables.pl
index 5102bd5..e513550 100755 (executable)
@@ -10,9 +10,7 @@ BEGIN {
 }
 
 # Koha modules used
-# use MARC::File::USMARC;
 use MARC::Record;
-use MARC::Batch;
 use C4::Context;
 use C4::Biblio;
 use Time::HiRes qw(gettimeofday);