]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: Don't redefine virDomainTPMDefPtr
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 1 Dec 2014 12:19:55 +0000 (13:19 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 1 Dec 2014 12:19:55 +0000 (13:19 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/conf/domain_conf.h

index 4ef2300123e1bca6fdc56fa1ebc04ace87da0f0f..439f3c00b13f50ae0af0fb164ed4da5a911c98b3 100644 (file)
@@ -1185,8 +1185,6 @@ typedef enum {
 
 # define VIR_DOMAIN_TPM_DEFAULT_DEVICE "/dev/tpm0"
 
-typedef struct _virDomainTPMDef virDomainTPMDef;
-typedef virDomainTPMDef *virDomainTPMDefPtr;
 struct _virDomainTPMDef {
     virDomainTPMBackendType type;
     virDomainDeviceInfo info;