mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
asyn-thread: Remove unused macro
The macro seems to never have been used. Closes #2852
This commit is contained in:
parent
64c01db0c9
commit
1c14ba60cc
@ -182,8 +182,6 @@ static struct thread_sync_data *conn_thread_sync_data(struct connectdata *conn)
|
||||
return &(((struct thread_data *)conn->async.os_specific)->tsd);
|
||||
}
|
||||
|
||||
#define CONN_THREAD_SYNC_DATA(conn) &(((conn)->async.os_specific)->tsd);
|
||||
|
||||
/* Destroy resolver thread synchronization data */
|
||||
static
|
||||
void destroy_thread_sync_data(struct thread_sync_data * tsd)
|
||||
|
Loading…
Reference in New Issue
Block a user