]> granicus.if.org Git - icu/commitdiff
ICU-9679 remove another unused variable
authorMarkus Scherer <markus.icu@gmail.com>
Fri, 9 Nov 2012 22:50:25 +0000 (22:50 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 9 Nov 2012 22:50:25 +0000 (22:50 +0000)
X-SVN-Rev: 32784

icu4c/source/tools/genrb/parse.cpp

index 082b5f18cee2549a888c6dc5298c9c61386d10f8..5546411581eb1ca6accf4e216a7b0be4bca5b0f2 100644 (file)
@@ -1790,7 +1790,6 @@ U_STRING_DECL(k_type_alias,     "alias",     5);
 U_STRING_DECL(k_type_intvector, "intvector", 9);
 U_STRING_DECL(k_type_import,    "import",    6);
 U_STRING_DECL(k_type_include,   "include",   7);
-U_STRING_DECL(k_type_reserved,  "reserved",  8);
 
 /* Various non-standard processing plugins that create one or more special resources. */
 U_STRING_DECL(k_type_plugin_uca_rules,      "process(uca_rules)",        18);
@@ -1854,7 +1853,6 @@ void initParser(UBool omitCollationRules)
     U_STRING_INIT(k_type_alias,     "alias",     5);
     U_STRING_INIT(k_type_intvector, "intvector", 9);
     U_STRING_INIT(k_type_import,    "import",    6);
-    U_STRING_INIT(k_type_reserved,  "reserved",  8);
     U_STRING_INIT(k_type_include,   "include",   7);
 
     U_STRING_INIT(k_type_plugin_uca_rules,      "process(uca_rules)",        18);