summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-02-27 16:49:26 -0800
committerGitHub <noreply@github.com>2019-02-27 16:49:26 -0800
commit83e6a8043699da675c241a3ef325eff54c6a59cb (patch)
tree39462fe638cf081d7d9e370d5cc3b2421b25f0b6 /src/vm/ecalllist.h
parentea099fba14da84c3e81eb8d5ad93ecae7c659489 (diff)
downloadcoreclr-83e6a8043699da675c241a3ef325eff54c6a59cb.tar.gz
coreclr-83e6a8043699da675c241a3ef325eff54c6a59cb.tar.bz2
coreclr-83e6a8043699da675c241a3ef325eff54c6a59cb.zip
Remove legacy classfactory.cpp implementation for managed COM activation (#22895)
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 43049a3e44..9a204e6112 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -843,17 +843,6 @@ FCFuncStart(gInteropNativeLibraryFuncs)
QCFuncElement("GetSymbol", NativeLibraryNative::GetSymbol)
FCFuncEnd()
-#ifdef FEATURE_COMINTEROP
-
-#ifdef FEATURE_COMINTEROP_MANAGED_ACTIVATION
-FCFuncStart(gRegistrationFuncs)
- FCFuncElement("RegisterTypeForComClientsNative", RegisterTypeForComClientsNative)
- FCFuncElement("RegisterTypeForComClientsExNative", RegisterTypeForComClientsExNative)
-FCFuncEnd()
-#endif // FEATURE_COMINTEROP_MANAGED_ACTIVATION
-
-#endif // FEATURE_COMINTEROP
-
FCFuncStart(gTypeLoadExceptionFuncs)
QCFuncElement("GetTypeLoadExceptionMessage", GetTypeLoadExceptionMessage)
FCFuncEnd()
@@ -1251,11 +1240,6 @@ FCClassElement("OverlappedData", "System.Threading", gOverlappedFuncs)
FCClassElement("PunkSafeHandle", "System.Reflection.Emit", gSymWrapperCodePunkSafeHandleFuncs)
FCClassElement("RegisteredWaitHandleSafe", "System.Threading", gRegisteredWaitHandleFuncs)
-#ifdef FEATURE_COMINTEROP
-#ifdef FEATURE_COMINTEROP_MANAGED_ACTIVATION
-FCClassElement("RegistrationServices", "System.Runtime.InteropServices", gRegistrationFuncs)
-#endif // FEATURE_COMINTEROP_MANAGED_ACTIVATION
-#endif // FEATURE_COMINTEROP
FCClassElement("RuntimeAssembly", "System.Reflection", gRuntimeAssemblyFuncs)
#ifdef FEATURE_COMINTEROP