]> granicus.if.org Git - icu/commitdiff
ICU-10301 Remove nearly empty mutex.cpp file.
authorAndy Heninger <andy.heninger@gmail.com>
Mon, 12 Aug 2013 18:09:50 +0000 (18:09 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Mon, 12 Aug 2013 18:09:50 +0000 (18:09 +0000)
X-SVN-Rev: 34034

icu4c/source/common/Makefile.in
icu4c/source/common/common.vcxproj
icu4c/source/common/common.vcxproj.filters
icu4c/source/common/mutex.cpp [deleted file]

index be6a2334e7a5af3d61c9abf6ea9eef98f9f580f7..ec7f23f268868bdd2629a2df4000ea9ed622b405 100644 (file)
@@ -103,7 +103,7 @@ uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o \
 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o \
 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \
 uidna.o usprep.o uts46.o punycode.o \
-util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o mutex.o dtintrv.o ucnvsel.o propsvec.o \
+util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o \
 ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o
 
 ## Header files to install
index 6db5d93551737edf1c65239b0ea11a21d0a0ad2d..ef0dfc1ebf2517ecf7df171ad5f65aea61559883 100644 (file)
       <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>\r
       <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>\r
     </ClCompile>\r
-    <ClCompile Include="mutex.cpp">\r
-    </ClCompile>\r
     <ClCompile Include="putil.cpp">\r
       <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>\r
       <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>\r
index 6e14aa8e8fd06e6e7382309f62dfe402eaab3aad..f8a5cefc840fdee42b614988fba3df4bfc7fd47b 100644 (file)
     <ClCompile Include="locmap.c">\r
       <Filter>configuration</Filter>\r
     </ClCompile>\r
-    <ClCompile Include="mutex.cpp">\r
-      <Filter>configuration</Filter>\r
-    </ClCompile>\r
     <ClCompile Include="putil.cpp">\r
       <Filter>configuration</Filter>\r
     </ClCompile>\r
diff --git a/icu4c/source/common/mutex.cpp b/icu4c/source/common/mutex.cpp
deleted file mode 100644 (file)
index 3174021..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-*******************************************************************************
-*
-*   Copyright (C) 2008-2013, International Business Machines
-*   Corporation and others.  All Rights Reserved.
-*
-*******************************************************************************
-*   file name:  mutex.cpp
-*   encoding:   US-ASCII
-*   tab size:   8 (not used)
-*   indentation:4
-*/
-
-#include "unicode/utypes.h"
-#include "mutex.h"
-
-U_NAMESPACE_BEGIN
-
-#if UCONFIG_NO_SERVICE
-
-/* If UCONFIG_NO_SERVICE, then there is no invocation of Mutex elsewhere in
-   common, so add one here to force an export */
-static Mutex *aMutex = 0;
-
-/* UCONFIG_NO_SERVICE */
-#endif
-
-U_NAMESPACE_END