[sgen] Preclean mod union entries before the finishing pause
[mono.git] / mono / sgen / sgen-client.h
index edf9dde8439e1f1cd4bef151e6dde539d853caf3..a975040734d043e23ff61677d7d3d4772b4f5fc8 100644 (file)
@@ -105,7 +105,7 @@ void sgen_client_ensure_weak_gchandles_accessible (void);
  * parts of the object based on which cards are marked, do so and return TRUE.  Otherwise,
  * return FALSE.
  */
-gboolean sgen_client_cardtable_scan_object (GCObject *obj, mword block_obj_size, guint8 *cards, gboolean mod_union, ScanCopyContext ctx);
+gboolean sgen_client_cardtable_scan_object (GCObject *obj, mword block_obj_size, guint8 *cards, ScanCopyContext ctx);
 
 /*
  * Called after nursery objects have been pinned.  No action is necessary.