Spdk/lib/bdev/virtio/rte_virtio
Daniel Verkamp c24340a588 rte_virtio: remove unused static variable 'm'
The 'm' variable was only used in sizeof expressions; m was a struct
vhost_user_msg, and we already have one of those called 'msg' in the
function where it was needed.

A previous commit removed a RTE_USED() marking on m, which introduced a
warning on clang, since it can now see that m is unused.

Fixes: 73bfcede86 ("rte_virtio: remove rte_memzone from vq")

Change-Id: I63eb0d82c7c750b4181b6312bbda82ef3213c205
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/389648
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2017-11-29 18:21:15 -05:00
..
virtio_user rte_virtio: remove unused static variable 'm' 2017-11-29 18:21:15 -05:00
virtio_pci.c virtio: remove vdev->id 2017-11-29 17:26:59 -05:00
virtio_user.c rte_virtio: hide some internal functions 2017-11-28 18:17:06 -05:00
virtio.c virtio: remove virtio_dev_start 2017-11-29 17:26:59 -05:00
virtio.h virtio: remove virtio_dev_start 2017-11-29 17:26:59 -05:00