ICU-7264 delete temporary comment in genpname/preparse.pl

X-SVN-Rev: 28360
This commit is contained in:
Markus Scherer 2010-07-22 23:34:36 +00:00
parent e72d90de1a
commit fa05e3a3d3

View File

@ -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 {