Skip to content

Commit 0c73285

Browse files
committed
Remove duplicate assignment.
Harmless, but clearly wrong. Kyotaro Horiguchi
1 parent 89deca5 commit 0c73285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/utils/mb/Unicode/convutils.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ sub read_source
4949
print STDERR "READ ERROR at line $. in $fname: $_\n";
5050
exit;
5151
}
52-
my $out = {f => $fname, l => $.,
53-
code => hex($1),
52+
my $out = {code => hex($1),
5453
ucs => hex($2),
5554
comment => $4,
5655
direction => BOTH,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy