From fa05e3a3d3dfb80b91a16cbd7093f51ba3bea349 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 22 Jul 2010 23:34:36 +0000 Subject: [PATCH] ICU-7264 delete temporary comment in genpname/preparse.pl X-SVN-Rev: 28360 --- tools/unicode/c/genpname/preparse.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/unicode/c/genpname/preparse.pl b/tools/unicode/c/genpname/preparse.pl index fd980066ae0..4741e4e8f40 100755 --- a/tools/unicode/c/genpname/preparse.pl +++ b/tools/unicode/c/genpname/preparse.pl @@ -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 {