Bug 16428: [QA Follow-up] Useless call to GetMarcStructure in _build_default_values_for_mod_marc

The routine calls GetMarcStructure and does not use its return value
after all.

Test plan:
Run t/db_dependent/Items.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Marcel de Rooy 2016-05-11 15:47:46 +02:00 committed by Kyle M Hall
parent 52b1b8eae1
commit 6a706b86a2

View file

@ -455,7 +455,6 @@ sub _build_default_values_for_mod_marc {
my ($frameworkcode) = @_;
return $default_values_for_mod_from_marc{$frameworkcode}
if exists $default_values_for_mod_from_marc{$frameworkcode};
my $marc_structure = C4::Biblio::GetMarcStructure( 1, $frameworkcode );
my $default_values = {
barcode => undef,
booksellerid => undef,