From 49798e6e5a115a014f301384543023c922306781 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 19 May 2020 13:11:54 +0200 Subject: [PATCH] Bug 25501: Remove local vars --- misc/translator/tmpl_process3.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index 4f94e09a6a..c73f15275e 100755 --- a/misc/translator/tmpl_process3.pl +++ b/misc/translator/tmpl_process3.pl @@ -377,7 +377,6 @@ if ($action eq 'create') { # FIXME: msgmerge(1) is a Unix dependency # FIXME: need to check the return value unless (-f $str_file) { - local(*INPUT, *OUTPUT); open(my $input_fh, '<:encoding(utf-8)', $tmpfile2); open(my $output_fh, '>:encoding(utf-8)', $str_file); while (<$input_fh>) { -- 2.20.1