summaryrefslogtreecommitdiff
path: root/src/vm/pefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/pefile.h')
-rw-r--r--src/vm/pefile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/pefile.h b/src/vm/pefile.h
index 0681b3e4a9..31b7925dc3 100644
--- a/src/vm/pefile.h
+++ b/src/vm/pefile.h
@@ -1039,11 +1039,7 @@ class PEAssembly : public PEFile
inline bool CanUseWithBindingCache()
{
STATIC_CONTRACT_WRAPPER;
-#if !defined(FEATURE_APPX_BINDER)
return (HasBindableIdentity());
-#else
- return (PEFile::CanUseWithBindingCache() && HasBindableIdentity());
-#endif // FEATURE_CORECLR
}
};