summaryrefslogtreecommitdiff
path: root/src/debug/inc/dacdbistructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/inc/dacdbistructures.h')
-rw-r--r--src/debug/inc/dacdbistructures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/inc/dacdbistructures.h b/src/debug/inc/dacdbistructures.h
index a8ff06745b..fc894f3834 100644
--- a/src/debug/inc/dacdbistructures.h
+++ b/src/debug/inc/dacdbistructures.h
@@ -573,7 +573,6 @@ public:
bool m_fFldIsStatic; // true if static field, false if instance field
bool m_fFldIsRVA; // true if static relative to module address
bool m_fFldIsTLS; // true if thread-specific static
- bool m_fFldIsContextStatic; // true if context-specific static
bool m_fFldIsPrimitive; // Only true if this is a value type masquerading as a primitive.
bool m_fFldIsCollectibleStatic; // true if this is a static field on a collectible type