aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-10-04 16:15:21 -0300
committerStefan Hajnoczi <stefanha@gmail.com>2012-10-05 15:49:23 +0200
commitc36b7de64dfb106ee0384d2634fd4037218ffbca (patch)
tree2dfb8d69662f2cf0609874e1b2040f81ccb3a145
parent8e7e2b14e7c86cdceb337cf7f5c4c351ab350775 (diff)
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 <ehabkost@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
-rw-r--r--hw/qdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/qdev.c b/hw/qdev.c
index b5a52ac50..a7270a5cb 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);