remove unused field in the state struct

This commit is contained in:
Daniel Stenberg 2007-06-12 08:15:02 +00:00
parent c45d44fee9
commit 3247ac1918

View File

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