Commit ea1afd65 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

make_unicode: Remove unused variable.

parent f0dae1d8
...@@ -1235,7 +1235,6 @@ sub dump_linebreak($) ...@@ -1235,7 +1235,6 @@ sub dump_linebreak($)
{ {
my $filename = shift; my $filename = shift;
my @break_table; my @break_table;
my $next_group = 0;
my $INPUT = open_data_file( $UNIDATA, "LineBreak.txt" ); my $INPUT = open_data_file( $UNIDATA, "LineBreak.txt" );
while (<$INPUT>) while (<$INPUT>)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment