From 094311d3e270f7b108660793a28c7ab55cf6873c Mon Sep 17 00:00:00 2001 From: Norbert Runge Date: Mon, 24 Sep 2018 14:50:47 -0700 Subject: [PATCH] ICU-20119 Remove C linkage declaration; urename.h BRS-update script otherwise includes entry points that should not be included. --- icu4c/source/common/characterproperties.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icu4c/source/common/characterproperties.cpp b/icu4c/source/common/characterproperties.cpp index 53367489de05..3aff85b3f119 100644 --- a/icu4c/source/common/characterproperties.cpp +++ b/icu4c/source/common/characterproperties.cpp @@ -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