summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/gcinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/inc/gcinfo.h b/src/inc/gcinfo.h
index acfc072fa5..e5537e0526 100644
--- a/src/inc/gcinfo.h
+++ b/src/inc/gcinfo.h
@@ -32,12 +32,7 @@ const unsigned this_OFFSET_FLAG = 0x2; // the offset is "this"
// The current GCInfo Version
//-----------------------------------------------------------------------------
-#if defined(_TARGET_X86_) && !defined(FEATURE_CORECLR)
-// X86 GcInfo encoding is yet to be changed for Desktop JIT32.
-#define GCINFO_VERSION 1
-#else
#define GCINFO_VERSION 2
-#endif // _TARGET_X86_
#define MIN_GCINFO_VERSION_WITH_RETURN_KIND 2
#define MIN_GCINFO_VERSION_WITH_REV_PINVOKE_FRAME 2