mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:37:51 +03: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue