Module: wine Branch: master Commit: ea1afd6597a0868d2696864f94e9e664eb349a45 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ea1afd6597a0868d2696864f9...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Jan 21 14:34:02 2021 +0300
make_unicode: Remove unused variable.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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>)