(task_queue) Remove unused variable

This commit is contained in:
twinaphex 2016-05-06 18:57:11 +02:00
parent a85bc7bab6
commit 648da7b6e6

View File

@ -382,8 +382,6 @@ static bool retro_task_threaded_find(
static void retro_task_threaded_retrieve(task_retriever_data_t *data)
{
retro_task_t *task;
/* Protect access to running tasks */
slock_lock(running_lock);