summaryrefslogtreecommitdiff
path: root/src/vm/comdelegate.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-21 17:39:02 -0700
commitdfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32 (patch)
tree56624c47f88bc2535298efe283282ca798c902e2 /src/vm/comdelegate.cpp
parentfc2246d77a951ac2111f242f3bb408af39903270 (diff)
downloadcoreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.gz
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.tar.bz2
coreclr-dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32.zip
Delete legacy netcf compat support (part 1)
Diffstat (limited to 'src/vm/comdelegate.cpp')
-rw-r--r--src/vm/comdelegate.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/comdelegate.cpp b/src/vm/comdelegate.cpp
index 27a2d00735..5b0a952cd3 100644
--- a/src/vm/comdelegate.cpp
+++ b/src/vm/comdelegate.cpp
@@ -698,12 +698,6 @@ FCIMPL5(FC_BOOL_RET, COMDelegate::BindToMethodName,
// performance gain in some reflection emit scenarios.
MethodTable::AllowMethodDataCaching();
-#ifdef FEATURE_LEGACYNETCF
- // NetCF has done relaxed signature matching unconditionally
- if (GetAppDomain()->GetAppDomainCompatMode() == BaseDomain::APPDOMAINCOMPAT_APP_EARLIER_THAN_WP8)
- flags |= DBF_RelaxedSignature;
-#endif
-
TypeHandle targetType((gc.target != NULL) ? gc.target->GetTrueMethodTable() : NULL);
// get the invoke of the delegate
MethodTable * pDelegateType = gc.refThis->GetMethodTable();