mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-20119 Remove C linkage declaration; urename.h BRS-update script (#169)
otherwise includes entry points that should not be included.
This commit is contained in:
parent
e10f1dc727
commit
f670292c2f
1 changed files with 0 additions and 4 deletions
|
@ -28,8 +28,6 @@ using icu::UnicodeSet;
|
|||
|
||||
namespace {
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
UBool U_CALLCONV characterproperties_cleanup();
|
||||
|
||||
struct Inclusion {
|
||||
|
@ -82,8 +80,6 @@ UBool U_CALLCONV characterproperties_cleanup() {
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
} // namespace
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
|
Loading…
Add table
Reference in a new issue