]> granicus.if.org Git - curl/commitdiff
remove unused field in the state struct
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jun 2007 08:15:02 +0000 (08:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jun 2007 08:15:02 +0000 (08:15 +0000)
lib/tftp.c

index 0e5b15dabb682739938f0950e7ae675f52f33457..c5af00e681d37ae032f05d1332f4e08d31dacdb7 100644 (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;