mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-7264 delete temporary comment in genpname/preparse.pl
X-SVN-Rev: 28360
This commit is contained in:
parent
e72d90de1a
commit
fa05e3a3d3
1 changed files with 0 additions and 2 deletions
|
@ -1120,8 +1120,6 @@ sub read_uchar {
|
|||
|
||||
elsif (m|^\s*/\*\*\s*(\w+)\s+property\s+(\w+)|i) {
|
||||
die "Error: Unmatched tag $submode" if ($submode);
|
||||
#die "Error: Unrecognized UProperty comment: $_"
|
||||
# unless (exists $PROP_TYPE{$1});
|
||||
if (exists $PROP_TYPE{$1}) {
|
||||
$key = $PROP_TYPE{$1};
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue