1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Cleanup: Removed unused structure

This commit is contained in:
Philipp Schafft 2018-06-18 15:18:41 +00:00
parent 1c7329cfbf
commit e9624ef523

View File

@ -85,11 +85,6 @@ typedef struct client_queue_tag {
struct client_queue_tag *next;
} client_queue_t;
typedef struct _thread_queue_tag {
thread_type *thread_id;
struct _thread_queue_tag *next;
} thread_queue_t;
static spin_t _connection_lock; // protects _current_id, _con_queue, _con_queue_tail
static volatile unsigned long _current_id = 0;
static int _initialized = 0;