mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Remove duplicate assignment.
Harmless, but clearly wrong. Kyotaro Horiguchi
This commit is contained in:
@@ -49,8 +49,7 @@ sub read_source
|
||||
print STDERR "READ ERROR at line $. in $fname: $_\n";
|
||||
exit;
|
||||
}
|
||||
my $out = {f => $fname, l => $.,
|
||||
code => hex($1),
|
||||
my $out = {code => hex($1),
|
||||
ucs => hex($2),
|
||||
comment => $4,
|
||||
direction => BOTH,
|
||||
|
Reference in New Issue
Block a user