mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 07:21:01 +00:00
arm/cpu64: Remove unused variable
This commit is contained in:
parent
f93deb0786
commit
08cc2c6dcc
|
@ -418,7 +418,6 @@ void aarch64_cpu_register(struct uc_struct *uc, const ARMCPUInfo *info)
|
|||
|
||||
void aarch64_cpu_register_types(void *opaque)
|
||||
{
|
||||
const ARMCPUInfo *info = aarch64_cpus;
|
||||
size_t i;
|
||||
|
||||
static TypeInfo aarch64_cpu_type_info = { 0 };
|
||||
|
|
Loading…
Reference in a new issue