mips: remove an unused variable
This commit is contained in:
@ -23,8 +23,6 @@
|
|||||||
static int mips_r4k_init(struct uc_struct *uc, MachineState *machine)
|
static int mips_r4k_init(struct uc_struct *uc, MachineState *machine)
|
||||||
{
|
{
|
||||||
const char *cpu_model = machine->cpu_model;
|
const char *cpu_model = machine->cpu_model;
|
||||||
MIPSCPU *cpu;
|
|
||||||
|
|
||||||
|
|
||||||
/* init CPUs */
|
/* init CPUs */
|
||||||
if (cpu_model == NULL) {
|
if (cpu_model == NULL) {
|
||||||
|
Reference in New Issue
Block a user