diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-08-05 22:47:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-09 12:37:19 +0200 |
commit | 1c14ba60cc1a0601e04e5ce56979b22bcbd341bc (patch) | |
tree | 3a703dc43e0e89f4c76faa7cfb2953270265d00f /lib/asyn-thread.c | |
parent | 64c01db0c94a3c3809c76b4c89be6e6d39e58066 (diff) | |
download | curl-1c14ba60cc1a0601e04e5ce56979b22bcbd341bc.tar.gz |
asyn-thread: Remove unused macro
The macro seems to never have been used.
Closes #2852
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r-- | lib/asyn-thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index c7c1a0086..2a59294e5 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -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) |