summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/heap/GCThreadSharedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/heap/GCThreadSharedData.h')
-rw-r--r--Source/JavaScriptCore/heap/GCThreadSharedData.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/heap/GCThreadSharedData.h b/Source/JavaScriptCore/heap/GCThreadSharedData.h
index f341afc04..b80cc5af2 100644
--- a/Source/JavaScriptCore/heap/GCThreadSharedData.h
+++ b/Source/JavaScriptCore/heap/GCThreadSharedData.h
@@ -80,8 +80,6 @@ private:
JSGlobalData* m_globalData;
CopiedSpace* m_copiedSpace;
- MarkStackSegmentAllocator m_segmentAllocator;
-
bool m_shouldHashConst;
Vector<GCThread*> m_gcThreads;