mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 05:18:08 +00:00
mips: remove an unused variable
This commit is contained in:
parent
eea0b2d520
commit
c61aff1dbe
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
|||
static int mips_r4k_init(struct uc_struct *uc, MachineState *machine)
|
||||
{
|
||||
const char *cpu_model = machine->cpu_model;
|
||||
MIPSCPU *cpu;
|
||||
|
||||
|
||||
/* init CPUs */
|
||||
if (cpu_model == NULL) {
|
||||
|
|
Loading…
Reference in a new issue