From 79064d73939dd28c320ac8dd848770d1406806bb Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 7 Apr 2017 14:18:26 -0700 Subject: Remove RELOC_SUPPORT define It's always defined, is always expected to be defined, and the build doesn't work without it. Also remove unused `SECURITY_CHECK` and `VERIFY_IMPORTER` defines. --- src/jit/compiler.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/jit/compiler.h') diff --git a/src/jit/compiler.h b/src/jit/compiler.h index 4ec18a70a1..482ad496fa 100644 --- a/src/jit/compiler.h +++ b/src/jit/compiler.h @@ -7865,13 +7865,11 @@ public: // (or) // 3. When opts.compDbgEnC is true. (See also Compiler::compCompile). // -// When this flag is set, jit will allocate a gc-reference local variable (lvaSecurityObject), -// which gets reported as a GC root to stackwalker. -// (See also ICodeManager::GetAddrOfSecurityObject.) + // When this flag is set, jit will allocate a gc-reference local variable (lvaSecurityObject), + // which gets reported as a GC root to stackwalker. + // (See also ICodeManager::GetAddrOfSecurityObject.) -#if RELOC_SUPPORT bool compReloc; -#endif #ifdef DEBUG #if defined(_TARGET_XARCH_) && !defined(LEGACY_BACKEND) -- cgit v1.2.3