summaryrefslogtreecommitdiff
path: root/src/vm/stubmgr.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-14 22:20:22 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-14 22:26:06 -0800
commitfbbc3f800b105c79c24125685bb1d4e817c4ed28 (patch)
tree11005ade1f4a0a5f3fd10140fef567ba709d6d11 /src/vm/stubmgr.cpp
parentd3392e5684483ae5518dcaa775c8f86dc1b08ec6 (diff)
downloadcoreclr-fbbc3f800b105c79c24125685bb1d4e817c4ed28.tar.gz
coreclr-fbbc3f800b105c79c24125685bb1d4e817c4ed28.tar.bz2
coreclr-fbbc3f800b105c79c24125685bb1d4e817c4ed28.zip
Remove never defined FEATURE_REMOTING
Diffstat (limited to 'src/vm/stubmgr.cpp')
-rw-r--r--src/vm/stubmgr.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/vm/stubmgr.cpp b/src/vm/stubmgr.cpp
index 39f4c25a7d..e30fb3792e 100644
--- a/src/vm/stubmgr.cpp
+++ b/src/vm/stubmgr.cpp
@@ -9,9 +9,6 @@
#include "dllimportcallback.h"
#include "stubhelpers.h"
#include "asmconstants.h"
-#ifdef FEATURE_REMOTING
-#include "remoting.h"
-#endif
#ifdef FEATURE_COMINTEROP
#include "olecontexthelpers.h"
#endif
@@ -2102,18 +2099,6 @@ BOOL InteropDispatchStubManager::TraceManager(Thread *thread,
Object * pThis = StubManagerHelpers::GetThisPtr(pContext);
-#ifdef FEATURE_REMOTING
- if (pThis != NULL && pThis->IsTransparentProxy())
- {
- // We have remoting proxy in the way
-#ifdef DACCESS_COMPILE
- DacNotImpl();
-#else
- trace->InitForFramePush(GetEEFuncEntryPoint(TransparentProxyStubPatchLabel));
-#endif
- }
- else
-#endif // FEATURE_REMOTING
{
if (!pCMD->m_pComPlusCallInfo->m_pInterfaceMT->IsComEventItfType() && (pCMD->m_pComPlusCallInfo->m_pILStub != NULL))
{