mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:27:20 +03:00
connect: drop unused struct member
Follow-up to 283af039c8 #14863
Closes #17908
This commit is contained in:
parent
75395eb003
commit
c6b2d3d911
1 changed files with 0 additions and 2 deletions
|
|
@ -390,7 +390,6 @@ struct eyeballer {
|
|||
expire_id timeout_id; /* ID for Curl_expire() */
|
||||
CURLcode result;
|
||||
int error;
|
||||
BIT(rewinded); /* if we rewinded the addr list */
|
||||
BIT(has_started); /* attempts have started */
|
||||
BIT(is_done); /* out of addresses/time */
|
||||
BIT(connected); /* cf has connected */
|
||||
|
|
@ -474,7 +473,6 @@ static void baller_free(struct eyeballer *baller,
|
|||
|
||||
static void baller_rewind(struct eyeballer *baller)
|
||||
{
|
||||
baller->rewinded = TRUE;
|
||||
baller->addr = baller->first;
|
||||
baller->inconclusive = FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue