summaryrefslogtreecommitdiff
path: root/include/sysemu/blockdev.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-10-07 13:59:21 +0200
committerKevin Wolf <kwolf@redhat.com>2014-10-20 14:03:50 +0200
commitd3aeb1b7dadacabd175efd515c7c52642141be87 (patch)
tree67666273c862cfa2646a1743452c2907b9c4c3a9 /include/sysemu/blockdev.h
parentb8864be5f30d6c1c73208215c65c3e3a3b5a5b04 (diff)
downloadqemu-d3aeb1b7dadacabd175efd515c7c52642141be87.tar.gz
blockdev: Drop superfluous DriveInfo member id
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/sysemu/blockdev.h')
-rw-r--r--include/sysemu/blockdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/blockdev.h b/include/sysemu/blockdev.h
index eabc5c7885..0c70c29be3 100644
--- a/include/sysemu/blockdev.h
+++ b/include/sysemu/blockdev.h
@@ -30,7 +30,6 @@ typedef enum {
} BlockInterfaceType;
struct DriveInfo {
- char *id;
const char *devaddr;
BlockInterfaceType type;
int bus;