From: Richard Henderson Date: Wed, 18 Dec 2024 13:42:35 +0000 (-0600) Subject: hw/s390x: Remove empty Property lists X-Git-Tag: v10.0.0-rc0~111^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=624cdd89afe43c150b2e685378e4f34aaade0b58;p=thirdparty%2Fqemu.git hw/s390x: Remove empty Property lists Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Tested-by: Lei Yang Link: https://lore.kernel.org/r/20241218134251.4724-9-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini --- diff --git a/hw/s390x/3270-ccw.c b/hw/s390x/3270-ccw.c index 69e6783ade5..3a8930dfd15 100644 --- a/hw/s390x/3270-ccw.c +++ b/hw/s390x/3270-ccw.c @@ -150,15 +150,10 @@ out_err: g_free(sch); } -static Property emulated_ccw_3270_properties[] = { - DEFINE_PROP_END_OF_LIST(), -}; - static void emulated_ccw_3270_class_init(ObjectClass *klass, void *data) { DeviceClass *dc = DEVICE_CLASS(klass); - device_class_set_props(dc, emulated_ccw_3270_properties); dc->realize = emulated_ccw_3270_realize; dc->hotpluggable = false; set_bit(DEVICE_CATEGORY_DISPLAY, dc->categories);