summaryrefslogtreecommitdiff
path: root/src/md
diff options
context:
space:
mode:
Diffstat (limited to 'src/md')
-rw-r--r--src/md/inc/metamodelrw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md/inc/metamodelrw.h b/src/md/inc/metamodelrw.h
index c2d24db8a5..d2debc7517 100644
--- a/src/md/inc/metamodelrw.h
+++ b/src/md/inc/metamodelrw.h
@@ -790,7 +790,7 @@ public:
// They are constant, FieldMarshal, MethodSemantics, ClassLayout, FieldLayout, ImplMap, FieldRVA, NestedClass, and MethodImpl
CLookUpHash * m_pLookUpHashs[TBL_COUNT];
-#if defined(FEATURE_PREJIT) && !defined(DACCESS_COMPILE)
+#if !defined(DACCESS_COMPILE)
MapSHash<UINT32, UINT32> m_StringPoolOffsetHash;
#endif