summaryrefslogtreecommitdiff
path: root/src/jit/codegeninterface.h
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-10-14 08:55:25 -0700
committerJan Kotas <jkotas@microsoft.com>2016-10-14 08:55:25 -0700
commit13fd17f72c5c311d8a4a685310d14b536d568bcd (patch)
tree914478bf02155d38255bb9a814edbff57268199e /src/jit/codegeninterface.h
parentf8c3968a769c8a847fd122cba6c08bada33c3552 (diff)
downloadcoreclr-13fd17f72c5c311d8a4a685310d14b536d568bcd.tar.gz
coreclr-13fd17f72c5c311d8a4a685310d14b536d568bcd.tar.bz2
coreclr-13fd17f72c5c311d8a4a685310d14b536d568bcd.zip
Remove DEBUGGING_SUPPORT #ifdef (#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.
Diffstat (limited to 'src/jit/codegeninterface.h')
-rw-r--r--src/jit/codegeninterface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/codegeninterface.h b/src/jit/codegeninterface.h
index b1936edf32..3950673e3a 100644
--- a/src/jit/codegeninterface.h
+++ b/src/jit/codegeninterface.h
@@ -426,10 +426,8 @@ public:
private:
bool m_cgFullPtrRegMap;
-#ifdef DEBUGGING_SUPPORT
public:
virtual void siUpdate() = 0;
-#endif // DEBUGGING_SUPPORT
#ifdef LATE_DISASM
public: