Remove DEBUGGING_SUPPORT #ifdef (dotnet/coreclr#7611)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 14 Oct 2016 15:55:25 +0000 (08:55 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 14 Oct 2016 15:55:25 +0000 (08:55 -0700)
commitac2b89a2df3a0b134acbbab6e0a7453a8083b91c
tree2acf95610880cf164ec303e107ba6d61e980d8b0
parentc6927c6e56d4108a58a29b7c0e45269938a71438
Remove DEBUGGING_SUPPORT #ifdef (dotnet/coreclr#7611)

This is always on. It hadn't been turned off in a long, long
time, if ever, and we don't expect to ever turn it off.

Commit migrated from https://github.com/dotnet/coreclr/commit/13fd17f72c5c311d8a4a685310d14b536d568bcd
27 files changed:
src/coreclr/src/jit/block.h
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegeninterface.h
src/coreclr/src/jit/codegenlegacy.cpp
src/coreclr/src/jit/codegenlinear.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/emit.cpp
src/coreclr/src/jit/emitarm.cpp
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/emitxarch.cpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/jit.h
src/coreclr/src/jit/lclvars.cpp
src/coreclr/src/jit/liveness.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/optimizer.cpp
src/coreclr/src/jit/regalloc.cpp
src/coreclr/src/jit/registerfp.cpp
src/coreclr/src/jit/scopeinfo.cpp
src/coreclr/src/jit/stackfp.cpp