Remove RELOC_SUPPORT define
authorBruce Forstall <brucefo@microsoft.com>
Fri, 7 Apr 2017 21:18:26 +0000 (14:18 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 7 Apr 2017 21:22:29 +0000 (14:22 -0700)
commit2d2cc7a488b9b7133dcfaf275ed0dd789b7c2cb9
tree837751fa2cdc5a6b9872b624916b31b39f63b199
parenta1a6d1bb5e93d6a469b6d22fa38ac897d584ba46
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.

Commit migrated from https://github.com/dotnet/coreclr/commit/79064d73939dd28c320ac8dd848770d1406806bb
15 files changed:
src/coreclr/src/jit/assertionprop.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/emit.cpp
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/emitarm.cpp
src/coreclr/src/jit/emitarm.h
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/emitarm64.h
src/coreclr/src/jit/emitinl.h
src/coreclr/src/jit/emitxarch.cpp
src/coreclr/src/jit/emitxarch.h
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/instr.cpp
src/coreclr/src/jit/jit.h