From: Eduardo Habkost <[email protected]> When the DeviceInfo code was removed, the comment describing qdev_subclass_init() was left in the code by mistake. Remove it.
Cc: [email protected] Signed-off-by: Eduardo Habkost <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> --- hw/qdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/qdev.c b/hw/qdev.c index b5a52ac..a7270a5 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -34,7 +34,6 @@ int qdev_hotplug = 0; static bool qdev_hot_added = false; static bool qdev_hot_removed = false; -/* Register a new device type. */ const VMStateDescription *qdev_get_vmsd(DeviceState *dev) { DeviceClass *dc = DEVICE_GET_CLASS(dev); -- 1.7.11.4
