mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Cleanup: Removed unused structure
This commit is contained in:
parent
1c7329cfbf
commit
e9624ef523
@ -85,11 +85,6 @@ typedef struct client_queue_tag {
|
|||||||
struct client_queue_tag *next;
|
struct client_queue_tag *next;
|
||||||
} client_queue_t;
|
} 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 spin_t _connection_lock; // protects _current_id, _con_queue, _con_queue_tail
|
||||||
static volatile unsigned long _current_id = 0;
|
static volatile unsigned long _current_id = 0;
|
||||||
static int _initialized = 0;
|
static int _initialized = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user