Merge pull request #2246 from BrzVlad/feature-concurrent-evacuation
[mono.git] / mono / sgen / sgen-gc.h
index 0b5d182ff4a4290444afa3d34372c103af041aa0..089ba85a1fbebfb5cee6aa5f7ee5dfc0945dcc19 100644 (file)
@@ -599,13 +599,6 @@ struct _SgenMajorCollector {
        gboolean supports_cardtable;
        gboolean sweeps_lazily;
 
-       /*
-        * This is set to TRUE by the sweep if the next major
-        * collection should be synchronous (for evacuation).  For
-        * non-concurrent collectors, this should be NULL.
-        */
-       gboolean *want_synchronous_collection;
-
        void* (*alloc_heap) (mword nursery_size, mword nursery_align, int nursery_bits);
        gboolean (*is_object_live) (GCObject *obj);
        GCObject* (*alloc_small_pinned_obj) (GCVTable vtable, size_t size, gboolean has_references);