diff options
author | Arun R Bharadwaj <arun@linux.vnet.ibm.com> | 2010-07-28 13:55:05 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2010-09-08 22:58:40 +0530 |
commit | cf03eb2c18019e484ce1f436373e90e18835fb77 (patch) | |
tree | bf6b37b4911f88fd8f2a6f670f5a46cc2291b3eb /hw/virtio-9p-debug.h | |
parent | 9ed3ef26e6503c39ca8b68fb8894c62824e4f3b9 (diff) |
[virtio-9p] Remove all instances of unnecessary dotu variable.
Signed-off-by: Arun R Bharadwaj <arun@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Diffstat (limited to 'hw/virtio-9p-debug.h')
-rw-r--r-- | hw/virtio-9p-debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio-9p-debug.h b/hw/virtio-9p-debug.h index 0104be5eb3..d9a249118d 100644 --- a/hw/virtio-9p-debug.h +++ b/hw/virtio-9p-debug.h @@ -1,7 +1,6 @@ #ifndef _QEMU_VIRTIO_9P_DEBUG_H #define _QEMU_VIRTIO_9P_DEBUG_H -extern int dotu; void pprint_pdu(V9fsPDU *pdu); #endif |