summaryrefslogtreecommitdiff
path: root/src/vm/jithelpers.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 14:26:40 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:58:50 -0800
commit527c3a1cbb99c6d9b9f11b250bc73487b2c41120 (patch)
treebfa8b01067f9d71d76eda254b9952510e60b2285 /src/vm/jithelpers.cpp
parente14f9e5a6eacdc1ae0ff51a23d192cf457f7f5cc (diff)
downloadcoreclr-527c3a1cbb99c6d9b9f11b250bc73487b2c41120.tar.gz
coreclr-527c3a1cbb99c6d9b9f11b250bc73487b2c41120.tar.bz2
coreclr-527c3a1cbb99c6d9b9f11b250bc73487b2c41120.zip
Remove never defined FEATURE_COMPRESSEDSTACK
Diffstat (limited to 'src/vm/jithelpers.cpp')
-rw-r--r--src/vm/jithelpers.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/jithelpers.cpp b/src/vm/jithelpers.cpp
index 48cfc1a41b..d132741b0d 100644
--- a/src/vm/jithelpers.cpp
+++ b/src/vm/jithelpers.cpp
@@ -6036,9 +6036,6 @@ NOINLINE HCIMPL2(void, JIT_Security_Prolog_Framed, CORINFO_METHOD_HANDLE methHnd
if ((pCurrent->IsInterceptedForDeclSecurity() &&
!(pCurrent->IsInterceptedForDeclSecurityCASDemandsOnly() &&
SecurityStackWalk::HasFlagsOrFullyTrusted(0)))
-#ifdef FEATURE_COMPRESSEDSTACK
- || SecurityStackWalk::MethodIsAnonymouslyHostedDynamicMethodWithCSToEvaluate(pCurrent)
-#endif //FEATURE_COMPRESSEDSTACK
)
{
MethodSecurityDescriptor MDSecDesc(pCurrent);