commit | 54ca162a0c86509abf32a86faec8695c69a9f053 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Dec 07 18:28:54 2014 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Dec 17 13:12:42 2014 +0100 |
tree | 0311a176e870f5574e6d0e791835b4f7d5c30fc0 | |
parent | 24aaaf22ea3c660dd673ebde9922b43047bb3946 [diff] |
arch: powerpc: kvm: book3s.c: Remove some unused functions Removes some functions that are not used anywhere: kvmppc_core_load_guest_debugstate() kvmppc_core_load_host_debugstate() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Alexander Graf <agraf@suse.de>