]> git.koha-community.org Git - koha.git/commit
Bug 35570: (QA follow-up) Remove unused variable definitions
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 10:32:02 +0000 (10:32 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 10:32:58 +0000 (11:32 +0100)
commit217b004d58e93349e8a8a1795236a6fbe648f470
treedb973d00382829bd8073b874b60001b908d361f8
parent179f0f32b793f557ba1b7261974115fddfbc5545
Bug 35570: (QA follow-up) Remove unused variable definitions

 FAIL Koha/ILL/Backend/Standard.pm
   FAIL   critic

"$marc_isbn" is declared but not used at line 1179, column 5. Unused variables clutter code and make it harder to read.
"$marc_author" is declared but not used at line 1180, column 5. Unused variables clutter code and make it harder to read.
"$marc_title" is declared but not used at line 1181, column 5. Unused variables clutter code and make it harder to read.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ILL/Backend/Standard.pm