No longer needed. Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- include/hw/boards.h | 12 ------------ 1 file changed, 12 deletions(-)
diff --git a/include/hw/boards.h b/include/hw/boards.h index f02d5a1bbd..f743d9d4a4 100644 --- a/include/hw/boards.h +++ b/include/hw/boards.h @@ -287,16 +287,4 @@ struct MachineState { } \ type_init(machine_initfn##_register_types) -#define SET_MACHINE_COMPAT(m, compat) \ - do { \ - int i; \ - if (!m->compat_props) { \ - m->compat_props = g_array_new(false, false, sizeof(void *)); \ - } \ - for (i = 0; i < G_N_ELEMENTS(compat); i++) { \ - GlobalProperty *prop = &compat[i]; \ - g_array_append_val(m->compat_props, prop); \ - } \ - } while (0) - #endif -- 2.20.0