From 6eb4cc43d209f391a0c7c28caa0e0b3a8838b722 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Tue, 10 Dec 2002 01:12:33 +0000 Subject: [PATCH] ICU-2152 fix dumb typo X-SVN-Rev: 10572 --- icu4c/source/i18n/translit.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icu4c/source/i18n/translit.cpp b/icu4c/source/i18n/translit.cpp index e4e011a972..6e5697e7bc 100644 --- a/icu4c/source/i18n/translit.cpp +++ b/icu4c/source/i18n/translit.cpp @@ -1317,10 +1317,6 @@ UChar Transliterator::filteredCharAt(const Replaceable& text, int32_t i) const { #endif - // Lock first, check registry pointer second - Mutex lock(®istryMutex); - - void Transliterator::initializeRegistry(void) { if (registry != 0) { return;