Browse Source

Merge pull request #8206 from richardkchapman/misc

HPCC-14914 - Unused variable ucmCrit in eclrtl.cpp

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 9 years ago
parent
commit
e83b645e8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/eclrtl/eclrtl.cpp

+ 0 - 1
rtl/eclrtl/eclrtl.cpp

@@ -309,7 +309,6 @@ private:
 typedef MapStringTo<RTLUnicodeConverter, char const *> MapStrToUnicodeConverter;
 static __thread MapStrToUnicodeConverter *unicodeConverterMap = NULL;
 static __thread ThreadTermFunc prevThreadTerminator = NULL;
-CriticalSection ucmCrit;
 
 static void clearUnicodeConverterMap()
 {