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
2b6b8c73c4
commit
97710f4586
@ -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…
Reference in New Issue
Block a user