make_unicode: Remove unused variable.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-01-21 14:34:02 +03:00 committed by Alexandre Julliard
parent f0dae1d852
commit ea1afd6597
1 changed files with 0 additions and 1 deletions

View File

@ -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>)