mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
remove unused field in the state struct
This commit is contained in:
parent
c45d44fee9
commit
3247ac1918
@ -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…
Reference in New Issue
Block a user