ICU-9679 remove another unused variable
X-SVN-Rev: 32784
This commit is contained in:
parent
475d69f9d2
commit
31ca61dc7a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user