[libvirt] [PULL 15/45] hw/hppa/dino: Remove unuseful code

Eduardo Habkost ehabkost at redhat.com
Thu Oct 18 20:03:52 UTC 2018


From: Philippe Mathieu-Daudé <f4bug at amsat.org>

Signed-off-by: Philippe Mathieu-Daudé <f4bug at amsat.org>
Reviewed-by: Thomas Huth <thuth at redhat.com>
Message-Id: <20181002212522.23303-12-f4bug at amsat.org>
Signed-off-by: Eduardo Habkost <ehabkost at redhat.com>
---
 hw/hppa/dino.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hw/hppa/dino.c b/hw/hppa/dino.c
index 564b938e3a..31e09942b5 100644
--- a/hw/hppa/dino.c
+++ b/hw/hppa/dino.c
@@ -488,17 +488,10 @@ PCIBus *dino_init(MemoryRegion *addr_space,
     return b;
 }
 
-static int dino_pcihost_init(SysBusDevice *dev)
-{
-    return 0;
-}
-
 static void dino_pcihost_class_init(ObjectClass *klass, void *data)
 {
-    SysBusDeviceClass *k = SYS_BUS_DEVICE_CLASS(klass);
     DeviceClass *dc = DEVICE_CLASS(klass);
 
-    k->init = dino_pcihost_init;
     dc->vmsd = &vmstate_dino;
 }
 
-- 
2.18.0.rc1.1.g3f1ff2140




More information about the libvir-list mailing list