[PATCH] make_unicode: Remove unused variable.

Nikolay Sivov nsivov at codeweavers.com
Thu Jan 21 05:34:02 CST 2021


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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>)
-- 
2.29.2




More information about the wine-devel mailing list