ICU-11538 Remove gHeapInUse flag.

X-SVN-Rev: 37119
This commit is contained in:
Andy Heninger 2015-03-04 00:30:38 +00:00
parent 50e67ce345
commit ea726432cb

View File

@ -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 <stdio.h>
static int n=0;