summaryrefslogtreecommitdiff
path: root/src/vm/domainfile.inl
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-05-07 10:47:59 +0200
committerJan Vorlicek <janvorli@microsoft.com>2016-05-07 10:47:59 +0200
commit29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4 (patch)
tree6d78c357065c39e7bed9f86178b9af47944aaefd /src/vm/domainfile.inl
parent0ef1fc9aa3d65d41b5b9c8cd4911a1f8cdece049 (diff)
downloadcoreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.tar.gz
coreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.tar.bz2
coreclr-29fcfe2938e3890cd6fb302d2f8c6dabc1a09fc4.zip
Remove FEATURE_HOSTED_BINDER definition (#4838)
The FEATURE_HOSTED_BINDER is always on so remove it from all the sources.
Diffstat (limited to 'src/vm/domainfile.inl')
-rw-r--r--src/vm/domainfile.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/domainfile.inl b/src/vm/domainfile.inl
index d746d9ff47..18ff564939 100644
--- a/src/vm/domainfile.inl
+++ b/src/vm/domainfile.inl
@@ -105,11 +105,7 @@ inline void DomainAssembly::UpdatePEFile(PTR_PEFile pFile)
}
CONTRACTL_END;
-#ifdef FEATURE_HOSTED_BINDER
GetAppDomain()->UpdatePublishHostedAssembly(this, pFile);
-#else
- this->UpdatePEFileWorker(pFile);
-#endif
}
#ifdef FEATURE_MULTIMODULE_ASSEMBLIES