aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tftp.c1
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;