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:
gnrunge 2018-09-25 12:03:25 -07:00 committed by Shane Carr
parent 2b6b8c73c4
commit 97710f4586
No known key found for this signature in database
GPG Key ID: FCED3B24AAB18B5C

View File

@ -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