Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: source/common/umutex.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/uloc_tag.c ('k') | source/common/unicode/filteredbrk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/umutex.cpp
diff --git a/source/common/umutex.cpp b/source/common/umutex.cpp
index 581f2b945fc704a3216b5ce45c302fee1b40ab1b..69eab79ff94508008cb1f056d0063b9026d4c387 100644
--- a/source/common/umutex.cpp
+++ b/source/common/umutex.cpp
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 1997-2014, International Business Machines
+* Copyright (C) 1997-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -96,11 +96,6 @@ U_COMMON_API UBool U_EXPORT2 umtx_initImplPreInit(UInitOnce &uio) {
// This function is called by the thread that ran an initialization function,
// just after completing the function.
-//
-// success: True: the inialization succeeded. No further calls to the init
-// function will be made.
-// False: the initializtion failed. The next call to umtx_initOnce()
-// will retry the initialization.
U_COMMON_API void U_EXPORT2 umtx_initImplPostInit(UInitOnce &uio) {
umtx_storeRelease(uio.fState, 2);
« no previous file with comments | « source/common/uloc_tag.c ('k') | source/common/unicode/filteredbrk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698