summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/ceemain.cpp3
-rw-r--r--src/vm/ecalllist.h12
-rw-r--r--src/vm/mscorlib.cpp1
3 files changed, 0 insertions, 16 deletions
diff --git a/src/vm/ceemain.cpp b/src/vm/ceemain.cpp
index 159c91b601..c7b330c72b 100644
--- a/src/vm/ceemain.cpp
+++ b/src/vm/ceemain.cpp
@@ -153,9 +153,6 @@
#include "apithreadstress.h"
#include "perflog.h"
#include "../dlls/mscorrc/resource.h"
-#ifdef FEATURE_USE_LCID
-#include "nlsinfo.h"
-#endif
#include "util.hpp"
#include "shimload.h"
#include "comthreadpool.h"
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 0217052319..05ced0fc68 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -743,15 +743,6 @@ FCFuncStart(gClrConfig)
QCFuncElement("GetConfigBoolValue", ClrConfigNative::GetConfigBoolValue)
FCFuncEnd()
-#if !defined(FEATURE_COREFX_GLOBALIZATION)
-FCFuncStart(gEncodingTableFuncs)
- FCFuncElement("GetNumEncodingItems", COMNlsInfo::nativeGetNumEncodingItems)
- FCFuncElement("GetEncodingData", COMNlsInfo::nativeGetEncodingTableDataPointer)
- FCFuncElement("GetCodePageData", COMNlsInfo::nativeGetCodePageTableDataPointer)
- FCFuncElement("nativeCompareOrdinalIgnoreCaseWC", COMString::FCCompareOrdinalIgnoreCaseWC)
-FCFuncEnd()
-#endif // !defined(FEATURE_COREFX_GLOBALIZATION)
-
FCFuncStart(gArrayFuncs)
FCFuncElement("get_Rank", ArrayNative::GetRank)
FCFuncElement("GetLowerBound", ArrayNative::GetLowerBound)
@@ -1245,9 +1236,6 @@ FCClassElement("Debugger", "System.Diagnostics", gDiagnosticsDebugger)
FCClassElement("DefaultBinder", "System", gCOMDefaultBinderFuncs)
FCClassElement("Delegate", "System", gDelegateFuncs)
FCClassElement("DependentHandle", "System.Runtime.CompilerServices", gDependentHandleFuncs)
-#if !defined(FEATURE_COREFX_GLOBALIZATION)
-FCClassElement("EncodingTable", "System.Text", gEncodingTableFuncs)
-#endif // !defined(FEATURE_COREFX_GLOBALIZATION)
FCClassElement("Enum", "System", gEnumFuncs)
FCClassElement("Environment", "System", gEnvironmentFuncs)
#if defined(FEATURE_PERFTRACING)
diff --git a/src/vm/mscorlib.cpp b/src/vm/mscorlib.cpp
index ca7f6b6bb5..4fa94499db 100644
--- a/src/vm/mscorlib.cpp
+++ b/src/vm/mscorlib.cpp
@@ -32,7 +32,6 @@
#include "comdynamic.h"
#include "excep.h"
#include "fcall.h"
-#include "nlsinfo.h"
#include "clrconfignative.h"
#include "commodule.h"
#include "marshalnative.h"