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 GitHub
parent e10f1dc727
commit f670292c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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