mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-03-04 20:34:01 +01: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