diff options
author | 2018-08-28 16:22:28 +0100 | |
---|---|---|
committer | 2018-08-30 16:20:42 +0200 | |
commit | 0186ec823280f5db55ab2e6291933bebe2e92772 (patch) | |
tree | 4838f2d06b158f381d6655500be54acb83aa28a9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: nVMX: avoid redundant double assignment of nested_run_pending (diff) | |
download | linux-dev-0186ec823280f5db55ab2e6291933bebe2e92772.tar.xz linux-dev-0186ec823280f5db55ab2e6291933bebe2e92772.zip |
KVM: SVM: remove unused variable dst_vaddr_end
Variable dst_vaddr_end is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
variable 'dst_vaddr_end' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions