瀏覽代碼

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 年之前
父節點
當前提交
e83b645e8e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()
 {