mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
8e7e2b14e7
commit
c36b7de64d
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue