Bug 20568: (QA follow-up) Remove unused vars
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 3 May 2018 18:51:15 +0000 (15:51 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 May 2018 15:56:00 +0000 (12:56 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/ApiKey.pm

index 716dd0e..14519d7 100644 (file)
@@ -47,8 +47,6 @@ Overloaded I<store> method.
 sub store {
     my ($self) = @_;
 
-    my ( $uuid, $uuidstring );
-
     $self->client_id($self->_generate_unused_uuid('client_id'))
         unless $self->client_id;
     $self->secret($self->_generate_unused_uuid('secret'))