summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2017-05-03 11:57:04 -0700
committerGitHub <noreply@github.com>2017-05-03 11:57:04 -0700
commite85c2b298e89147d71605c36d9109f87be2b3079 (patch)
tree4c635d82223dcbca36a17362b739aea08dbb10a2 /src/vm/ecalllist.h
parentef8d1522eb15cb0371f31a9392891c942547a91f (diff)
downloadcoreclr-e85c2b298e89147d71605c36d9109f87be2b3079.tar.gz
coreclr-e85c2b298e89147d71605c36d9109f87be2b3079.tar.bz2
coreclr-e85c2b298e89147d71605c36d9109f87be2b3079.zip
Remove COMCoverage::nativeCoverBlock (#11364)
Remove this unused function and the corresponding references in ecalllist.h
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index f2784d11e3..81bc6568a7 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -1237,10 +1237,6 @@ FCFuncStart(gStubHelperFuncs)
#endif //FEATURE_STUBS_AS_IL
FCFuncEnd()
-FCFuncStart(gCoverageFuncs)
- FCUnreferenced FCFuncElement("nativeCoverBlock", COMCoverage::nativeCoverBlock)
-FCFuncEnd()
-
FCFuncStart(gGCHandleFuncs)
FCFuncElement("InternalAlloc", MarshalNative::GCHandleInternalAlloc)
FCFuncElement("InternalFree", MarshalNative::GCHandleInternalFree)
@@ -1388,12 +1384,7 @@ FCClassElement("GCHandle", "System.Runtime.InteropServices", gGCHandleFuncs)
FCClassElement("IEnumerable", "System.Collections", gStdMngIEnumerableFuncs)
FCClassElement("IEnumerator", "System.Collections", gStdMngIEnumeratorFuncs)
FCClassElement("IExpando", "System.Runtime.InteropServices.Expando", gStdMngIExpandoFuncs)
-#endif // FEATURE_COMINTEROP
-FCClassElement("ILCover", "System.Coverage", gCoverageFuncs)
-#ifdef FEATURE_COMINTEROP
FCClassElement("IReflect", "System.Reflection", gStdMngIReflectFuncs)
-#endif
-#ifdef FEATURE_COMINTEROP
FCClassElement("InterfaceMarshaler", "System.StubHelpers", gInterfaceMarshalerFuncs)
#endif
FCClassElement("Interlocked", "System.Threading", gInterlockedFuncs)