diff options
author | Arun R Bharadwaj | 2010-07-28 10:25:05 +0200 |
---|---|---|
committer | Aneesh Kumar K.V | 2010-09-08 19:28:40 +0200 |
commit | cf03eb2c18019e484ce1f436373e90e18835fb77 (patch) | |
tree | bf6b37b4911f88fd8f2a6f670f5a46cc2291b3eb /hw/virtio-9p-debug.h | |
parent | virtio-9p: Add support for removing xattr (diff) | |
download | qemu-cf03eb2c18019e484ce1f436373e90e18835fb77.tar.gz qemu-cf03eb2c18019e484ce1f436373e90e18835fb77.tar.xz qemu-cf03eb2c18019e484ce1f436373e90e18835fb77.zip |
[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 |