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)
commit79064d73939dd28c320ac8dd848770d1406806bb
treedac6bbfe707ab019ca175b5519b44d892320c24d
parent4371b15df7ae47d218ce283713d4e5ecb6fb4b71
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.
15 files changed:
src/jit/assertionprop.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/emit.cpp
src/jit/emit.h
src/jit/emitarm.cpp
src/jit/emitarm.h
src/jit/emitarm64.cpp
src/jit/emitarm64.h
src/jit/emitinl.h
src/jit/emitxarch.cpp
src/jit/emitxarch.h
src/jit/gentree.cpp
src/jit/instr.cpp
src/jit/jit.h