diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-12 08:15:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-12 08:15:02 +0000 |
commit | 3247ac191819a072777ac7277e0ef8a5cd21fd2f (patch) | |
tree | d68fdddaef3a8c5e6212098ceb1952a4aa68e4c2 | |
parent | c45d44fee9aa6c8f77f02b85a8a2096304a78174 (diff) |
remove unused field in the state struct
-rw-r--r-- | lib/tftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tftp.c b/lib/tftp.c index 0e5b15dab..c5af00e68 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -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; |