[sgen] Remove unused parameter
[mono.git] / mono / sgen / sgen-client.h
index 6d60c3516c6a380c8a2de1c47827a34229ea853a..b1f46068cb3594e91a11309ae72797ada4bc0bc1 100644 (file)
@@ -94,7 +94,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, ScanCopyContext ctx);
+gboolean sgen_client_cardtable_scan_object (GCObject *obj, guint8 *cards, ScanCopyContext ctx);
 
 /*
  * Called after nursery objects have been pinned.  No action is necessary.