commit | c8e174b39887ea1992286ff8ffdbcf79f6057cf2 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Mon Aug 12 10:33:00 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Aug 14 16:28:36 2019 +0200 |
tree | 7c8f4c5ef9612dc6995551e5ae16cd9f1c5ecba5 | |
parent | ed4e7b057e9e75cecd56f6c3434f88eaa69c1209 [diff] |
KVM: x86: svm: remove redundant assignment of var new_entry new_entry is reassigned a new value next line. So it's redundant and remove it. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>