mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-09 17:47:33 +00:00
accel: Remove unused AccelClass::available field
The field is not used anymore, we can remove it. Backports commit 8d006d4bc2ab4f72877d8bd47cba9aa8d24b54d0 from qemu
This commit is contained in:
parent
d4549fccfb
commit
42c35d968a
|
@ -38,7 +38,6 @@ typedef struct AccelClass {
|
||||||
|
|
||||||
const char *opt_name;
|
const char *opt_name;
|
||||||
const char *name;
|
const char *name;
|
||||||
int (*available)(void);
|
|
||||||
int (*init_machine)(MachineState *ms);
|
int (*init_machine)(MachineState *ms);
|
||||||
bool *allowed;
|
bool *allowed;
|
||||||
} AccelClass;
|
} AccelClass;
|
||||||
|
|
Loading…
Reference in a new issue