Merge pull request #2246 from BrzVlad/feature-concurrent-evacuation
[mono.git] / mono / metadata / sgen-client-mono.h
index 7dcf6ce4009ead67e36860bd8e9e90a5159187ca..d1e92469b744e4f4d865a6e70e05f39199c663c2 100644 (file)
@@ -560,6 +560,11 @@ sgen_client_binary_protocol_global_remset (gpointer ptr, gpointer value, gpointe
 #endif
 }
 
+static void G_GNUC_UNUSED
+sgen_client_binary_protocol_mod_union_remset (gpointer obj, gpointer ptr, gpointer value, gpointer value_vtable)
+{
+}
+
 static void G_GNUC_UNUSED
 sgen_client_binary_protocol_ptr_update (gpointer ptr, gpointer old_value, gpointer new_value, gpointer vtable, size_t size)
 {