summaryrefslogtreecommitdiff
path: root/src/vm/domainfile.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 12:08:12 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:58:48 -0800
commit2f50fd27bfde5f2bc32c081e6a2196f92fc03992 (patch)
treee05ee9d8a633653db4da44dd19042470b56d4202 /src/vm/domainfile.cpp
parentf2704e6d0b45d37a638ef320a908ff0e3b23f0b5 (diff)
downloadcoreclr-2f50fd27bfde5f2bc32c081e6a2196f92fc03992.tar.gz
coreclr-2f50fd27bfde5f2bc32c081e6a2196f92fc03992.tar.bz2
coreclr-2f50fd27bfde5f2bc32c081e6a2196f92fc03992.zip
Remove never defined FEATURE_APPX_BINDER
Diffstat (limited to 'src/vm/domainfile.cpp')
-rw-r--r--src/vm/domainfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/domainfile.cpp b/src/vm/domainfile.cpp
index e4d9bfc158..627239c487 100644
--- a/src/vm/domainfile.cpp
+++ b/src/vm/domainfile.cpp
@@ -2617,11 +2617,7 @@ Retry:
fInsertIntoAssemblySpecBindingCache = GetFile()->GetLoadContext() == LOADCTX_TYPE_DEFAULT;
#endif
-#if defined(FEATURE_APPX_BINDER)
- fInsertIntoAssemblySpecBindingCache = fInsertIntoAssemblySpecBindingCache && !GetFile()->HasHostAssembly();
-#else
fInsertIntoAssemblySpecBindingCache = fInsertIntoAssemblySpecBindingCache && GetFile()->CanUseWithBindingCache();
-#endif
if (fInsertIntoAssemblySpecBindingCache)
{