Silence perl critic
Commit 27bdec06841 uses a loop variable that is not strictly local to
the loop. Perlcritic disapproves, and there's really no reason as the
variable is not used outside the loop.
Per buildfarm animals koel and crake.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/5eabd91a83adae75f53b61857343660919fef4c7
Modified Files
--------------
src/common/unicode/generate-unicode_case_table.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)