aboutsummaryrefslogtreecommitdiff
path: root/kmod
diff options
context:
space:
mode:
authorSwapnil Ingle <swapnil.ingle@nutanix.com>2019-11-04 09:27:43 -0500
committerSwapnil Ingle <swapnil.ingle@nutanix.com>2019-11-04 09:32:00 -0500
commit308f038f0a9566214adfc7e7297d1339c1e391c1 (patch)
treedabb6a8f20cf1b8b816af86d3c21711e26e5a671 /kmod
parentc12717b6eed6f6bfd1c6feb63a8e70f36d5555b5 (diff)
downloadlibvfio-user-308f038f0a9566214adfc7e7297d1339c1e391c1.zip
libvfio-user-308f038f0a9566214adfc7e7297d1339c1e391c1.tar.gz
libvfio-user-308f038f0a9566214adfc7e7297d1339c1e391c1.tar.bz2
muser.h: remove unused variable struct muser_cmd_rw.buf
Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'kmod')
-rw-r--r--kmod/muser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kmod/muser.h b/kmod/muser.h
index 58deb4c..2f6a095 100644
--- a/kmod/muser.h
+++ b/kmod/muser.h
@@ -32,7 +32,6 @@ enum muser_cmd_type {
struct muser_cmd_rw {
size_t count;
loff_t pos;
- char *buf; /* only used for write */
};
struct muser_cmd_ioctl {