1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

asyn-thread: Remove unused macro

The macro seems to never have been used.

Closes #2852
This commit is contained in:
Rikard Falkeborn 2018-08-05 22:47:53 +02:00 committed by Daniel Stenberg
parent 64c01db0c9
commit 1c14ba60cc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)