]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qdev: kill bogus comment
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 4 Oct 2012 19:15:21 +0000 (16:15 -0300)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 5 Oct 2012 13:49:23 +0000 (15:49 +0200)
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>
hw/qdev.c

index b5a52ac503a0aec1fbef8afc20c75cdc4d8aa9c8..a7270a5cb4727697cd33ff6db09e69f69def693d 100644 (file)
--- 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);