mirror of https://github.com/xemu-project/xemu.git
nubus: Delete unused NUBUS_BRIDGE macro
The macro never worked because the NubusBridge typedef doesn't exist. Delete it. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Acked-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Tested-By: Roman Bolshakov <r.bolshakov@yadro.com> Message-Id: <20200825192110.3528606-24-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
5c8b0f2cc7
commit
6a567fbcf0
|
@ -29,7 +29,6 @@
|
||||||
#define NUBUS_BUS(obj) OBJECT_CHECK(NubusBus, (obj), TYPE_NUBUS_BUS)
|
#define NUBUS_BUS(obj) OBJECT_CHECK(NubusBus, (obj), TYPE_NUBUS_BUS)
|
||||||
|
|
||||||
#define TYPE_NUBUS_BRIDGE "nubus-bridge"
|
#define TYPE_NUBUS_BRIDGE "nubus-bridge"
|
||||||
#define NUBUS_BRIDGE(obj) OBJECT_CHECK(NubusBridge, (obj), TYPE_NUBUS_BRIDGE)
|
|
||||||
|
|
||||||
typedef struct NubusBus {
|
typedef struct NubusBus {
|
||||||
BusState qbus;
|
BusState qbus;
|
||||||
|
|
Loading…
Reference in New Issue