summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-02-07 04:34:48 +0100
committerJan Kotas <jkotas@microsoft.com>2019-02-06 19:34:48 -0800
commitca432e07ad9b187931da13fd63f4f5d2fd513d5e (patch)
treed8985886bffb44c6b9f8c979d2b563defef93989 /src/vm/ecalllist.h
parentfe1185343cd02559824fcbfaf69967166978e8e5 (diff)
downloadcoreclr-ca432e07ad9b187931da13fd63f4f5d2fd513d5e.tar.gz
coreclr-ca432e07ad9b187931da13fd63f4f5d2fd513d5e.tar.bz2
coreclr-ca432e07ad9b187931da13fd63f4f5d2fd513d5e.zip
Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute (#22372)
* Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute in shared managed code * Remove native ::GetNeutralResourcesLanguage
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 9a1d6922e8..c604db35d8 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -479,10 +479,6 @@ FCFuncStart(gTypeNameParser)
QCFuncElement("_GetAssemblyName", TypeName::QGetAssemblyName)
FCFuncEnd()
-FCFuncStart(gManifestBasedResourceGrovelerFuncs)
- QCFuncElement("GetNeutralResourcesLanguageAttribute", AssemblyNative::GetNeutralResourcesLanguageAttribute)
-FCFuncEnd()
-
FCFuncStart(gRuntimeAssemblyFuncs)
QCFuncElement("GetFullName", AssemblyNative::GetFullName)
QCFuncElement("GetLocation", AssemblyNative::GetLocation)
@@ -1237,7 +1233,6 @@ FCClassElement("InterfaceMarshaler", "System.StubHelpers", gInterfaceMarshalerFu
#endif
FCClassElement("Interlocked", "System.Threading", gInterlockedFuncs)
FCClassElement("LoaderAllocatorScout", "System.Reflection", gLoaderAllocatorFuncs)
-FCClassElement("ManifestBasedResourceGroveler", "System.Resources", gManifestBasedResourceGrovelerFuncs)
FCClassElement("Marshal", "System.Runtime.InteropServices", gInteropMarshalFuncs)
FCClassElement("Math", "System", gMathFuncs)
FCClassElement("MathF", "System", gMathFFuncs)