From 57b6777b2d3a46ace3b1291858a1292ae3488f4c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 3 May 2018 15:51:15 -0300 Subject: [PATCH] Bug 20568: (QA follow-up) Remove unused vars Signed-off-by: Tomas Cohen Arazi --- Koha/ApiKey.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Koha/ApiKey.pm b/Koha/ApiKey.pm index 716dd0efc2..14519d7a35 100644 --- a/Koha/ApiKey.pm +++ b/Koha/ApiKey.pm @@ -47,8 +47,6 @@ Overloaded I 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')) -- 2.17.0