commit | b9fd06d0dae38a88efa4b770dfa9db7dcbe3cda9 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Nov 11 14:27:10 2016 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 16 00:13:37 2016 +0200 |
tree | 3961f09850f8d26b41d02c0edf9ac340c7d088f9 | |
parent | ea9156fb3b71d9f7e383253eaff9dd7498b23276 [diff] |
vhost/scsi: Remove unused but set variable Remove the unused but set variable se_tpg in vhost_scsi_nexus_cb() to fix the following GCC warning when building with 'W=1': drivers/vhost/scsi.c:1752:26: warning: variable ‘se_tpg’ set but not used Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>