-#include "mutex.h"
-#include "ucln_cmn.h"
-
-/* Initialize the global mutex only when we can use it. */
-#if (ICU_USE_THREADS == 1)
-
-/*
- * NOTE: This function replicates functionality from the start
- * u_init(). Any changes must be made in both places.
- * TODO: combine them.
- *
- * This function runs only during C++ static initialization.
- */
-static int GlobalMutexInitialize()
-{
- UErrorCode status = U_ZERO_ERROR;