mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Remove unused variable
This commit is contained in:
parent
86f0bdd3d8
commit
f02258585f
@ -11,7 +11,6 @@
|
||||
|
||||
static rarch_task_t *running_queue = NULL;
|
||||
static rarch_task_t *finished_queue = NULL;
|
||||
static bool thread_enabled = false;
|
||||
|
||||
struct rarch_task_impl {
|
||||
void (*push_running)(rarch_task_t *);
|
||||
|
Loading…
Reference in New Issue
Block a user