mirror of
https://github.com/curl/curl.git
synced 2026-08-19 16:23:51 +03:00
remove unused field in the state struct
This commit is contained in:
parent
c45d44fee9
commit
3247ac1918
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ typedef struct tftp_state_data {
|
|||
time_t max_time;
|
||||
unsigned short block;
|
||||
struct Curl_sockaddr_storage local_addr;
|
||||
socklen_t local_addrlen;
|
||||
struct Curl_sockaddr_storage remote_addr;
|
||||
socklen_t remote_addrlen;
|
||||
int rbytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue