numam-dpdk/lib/librte_vhost
Emmanuel Roullit 68759bbe73 vhost: remove unneeded variable assignment
Found with clang static analysis:
lib/librte_vhost/vhost_user.c:996:3: warning:
Value stored to 'ret' is never read
        ret = vhost_user_get_vring_base(dev, &msg.payload.state);
        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-01-30 13:47:20 +01:00
..
2017-01-17 09:20:18 +01:00
2017-01-17 09:20:18 +01:00
2016-09-13 05:25:08 +02:00
2016-10-26 13:39:09 +02:00
2017-01-17 09:20:17 +01:00
2016-11-07 15:59:21 +01:00