Nikolay Sivov : make_unicode: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Thu Jan 21 16:19:15 CST 2021


Module: wine
Branch: master
Commit: ea1afd6597a0868d2696864f94e9e664eb349a45
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ea1afd6597a0868d2696864f94e9e664eb349a45

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Jan 21 14:34:02 2021 +0300

make_unicode: Remove unused variable.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/make_unicode | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/make_unicode b/tools/make_unicode
index da4c732bc3e..5d180310b48 100755
--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -1235,7 +1235,6 @@ sub dump_linebreak($)
 {
     my $filename = shift;
     my @break_table;
-    my $next_group = 0;
 
     my $INPUT = open_data_file( $UNIDATA, "LineBreak.txt" );
     while (<$INPUT>)




More information about the wine-cvs mailing list