summaryrefslogtreecommitdiff
path: root/src/vm/method.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/method.inl')
-rw-r--r--src/vm/method.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/method.inl b/src/vm/method.inl
index d668216243..cdd137b84b 100644
--- a/src/vm/method.inl
+++ b/src/vm/method.inl
@@ -152,7 +152,6 @@ inline void MethodDesc::SetupGenericComPlusCall()
}
#endif // FEATURE_COMINTEROP
-#ifndef FEATURE_REMOTING
inline BOOL MethodDesc::MayBeRemotingIntercepted()
{
@@ -172,7 +171,6 @@ inline BOOL MethodDesc::IsRemotingInterceptedViaVirtualDispatch()
return FALSE;
}
-#endif // FEATURE_REMOTING
#ifdef FEATURE_COMINTEROP