aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2019-05-17 16:13:32 -0300
committerEduardo Habkost <ehabkost@redhat.com>2019-07-05 17:08:03 -0300
commitd730b9d1f25b83e1b0a7e8b75aec02b93b78bdc7 (patch)
treec2630c205992ba8241dd6a459b0c4b7b1cd1fc89 /target/hppa/cpu.h
parent4bb4a2732e097cd20594bab9039fcba9fac0b31f (diff)
downloadqemu-d730b9d1f25b83e1b0a7e8b75aec02b93b78bdc7.zip
qemu-d730b9d1f25b83e1b0a7e8b75aec02b93b78bdc7.tar.gz
qemu-d730b9d1f25b83e1b0a7e8b75aec02b93b78bdc7.tar.bz2
hppa: Delete unused hppa_cpu_list() function
hppa_cpu_list() is dead code and is never called. Delete it. Cc: Richard Henderson <rth@twiddle.net> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20190517191332.23400-1-ehabkost@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/hppa/cpu.h')
-rw-r--r--target/hppa/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index 2e1f2ac..aab251b 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -241,8 +241,6 @@ void hppa_translate_init(void);
#define CPU_RESOLVING_TYPE TYPE_HPPA_CPU
-void hppa_cpu_list(void);
-
static inline target_ulong hppa_form_gva_psw(target_ureg psw, uint64_t spc,
target_ureg off)
{