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:
parent
f0dae1d852
commit
ea1afd6597
|
@ -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>)
|
||||
|
|
Loading…
Reference in New Issue