mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-30 21:42:18 +00:00
(task_database.c) Remove unused message queue
This commit is contained in:
parent
a94c20713d
commit
958a028b0a
@ -22,7 +22,6 @@
|
||||
#include <string/stdstring.h>
|
||||
#include <lists/dir_list.h>
|
||||
#include <file/file_path.h>
|
||||
#include <queues/message_queue.h>
|
||||
#include <encodings/crc32.h>
|
||||
#include <streams/file_stream.h>
|
||||
#include "tasks_internal.h"
|
||||
@ -59,7 +58,6 @@ typedef struct db_handle
|
||||
{
|
||||
database_state_handle_t state;
|
||||
database_info_handle_t *handle;
|
||||
msg_queue_t *msg_queue;
|
||||
unsigned status;
|
||||
} db_handle_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user