From: Eduardo Habkost Date: Thu, 4 Oct 2012 19:15:21 +0000 (-0300) Subject: qdev: kill bogus comment X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3371^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c36b7de64dfb106ee0384d2634fd4037218ffbca;p=sdk%2Femulator%2Fqemu.git qdev: kill bogus comment When the DeviceInfo code was removed, the comment describing qdev_subclass_init() was left in the code by mistake. Remove it. Cc: qemu-trivial@nongnu.org Signed-off-by: Eduardo Habkost Signed-off-by: Stefan Hajnoczi --- 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);