From ea726432cb9cf78050c5d62bde829641165186e9 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 4 Mar 2015 00:30:38 +0000 Subject: [PATCH] ICU-11538 Remove gHeapInUse flag. X-SVN-Rev: 37119 --- icu4c/source/common/cmemory.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icu4c/source/common/cmemory.c b/icu4c/source/common/cmemory.c index 232ac300d0f..42885f202e8 100644 --- a/icu4c/source/common/cmemory.c +++ b/icu4c/source/common/cmemory.c @@ -33,10 +33,6 @@ static UMemAllocFn *pAlloc; static UMemReallocFn *pRealloc; static UMemFreeFn *pFree; -/* Flag indicating whether any heap allocations have happened. - * Used to prevent changing out the heap functions after allocations have been made */ -static UBool gHeapInUse; - #if U_DEBUG && defined(UPRV_MALLOC_COUNT) #include static int n=0; -- 2.40.0