Commit 3247ac19 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove unused field in the state struct

parent c45d44fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;