qdev: kill DeviceState->name

is redundant with DeviceState->type->name

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2009-05-27 22:54:29 +02:00 committed by Paul Brook
parent 1e9fa73016
commit aca312affb
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,6 @@ typedef struct BusState BusState;
/* This structure should not be accessed directly. We declare it here
so that it can be embedded in individual device state structures. */
struct DeviceState {
const char *name;
DeviceType *type;
BusState *parent_bus;
DeviceProperty *props;