summaryrefslogtreecommitdiff
path: root/src/zap
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/zap
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/zap')
-rw-r--r--src/zap/zapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zap/zapper.cpp b/src/zap/zapper.cpp
index e2182fecd9..a5d4708f65 100644
--- a/src/zap/zapper.cpp
+++ b/src/zap/zapper.cpp
@@ -2280,7 +2280,7 @@ void Zapper::ComputeDependenciesInCurrentDomain(LPCWSTR pAssemblyString, CORCOMP
}
else
{
-#if defined(FEATURE_HOSTED_BINDER) && defined(FEATURE_APPX) && !defined(FEATURE_CORECLR)
+#if defined(FEATURE_APPX) && !defined(FEATURE_CORECLR)
if (m_pOpt->m_fAutoNGen)
{
// Make sure we're not been spoofed into loading an assembly that might be unsafe to load.