Bug 21404: Remove unused variables in C4::Breeding->_auth_build_query
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 25 Sep 2018 06:04:30 +0000 (06:04 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 11:11:39 +0000 (11:11 +0000)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Breeding.pm

index b9d296e..db8a3a4 100644 (file)
@@ -230,19 +230,6 @@ sub Z3950Search {
 sub _auth_build_query {
     my ( $pars ) = @_;
 
-    #FIXME These variables are not used
-    my $nameany= $pars->{nameany};
-    my $authorany= $pars->{authorany};
-    my $authorpersonal= $pars->{authorpersonal};
-    my $authorcorp= $pars->{authorcorp};
-    my $authormeetingcon= $pars->{authormeetingcon};
-    my $title= $pars->{title};
-    my $uniformtitle= $pars->{uniformtitle};
-    my $subject= $pars->{subject};
-    my $subjectsubdiv= $pars->{subjectsubdiv};
-    my $srchany= $pars->{srchany};
-    my $authid= $pars->{authid};
-
     my $qry_build = {
         nameany           => '@attr 1=1002 "#term" ',
         authorany         => '@attr 1=1003 "#term" ',