File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
libraries/lwIpWrapper/src Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,6 @@ static struct netif *dhcps_netif = NULL;
7474static struct udp_pcb * dhcps_pcb ;
7575static DHCP_Address dhcp_address ;
7676
77-
78- static uint8_t xid [4 ];
79-
80-
81- //static list_node *plist = NULL;
82- static bool renew = false;
83-
8477static dhcps_lease_t dhcps_poll ;
8578static dhcps_time_t dhcps_lease_time = DHCPS_LEASE_TIME_DEF ; //minute
8679static dhcps_offer_t dhcps_offer = 0xFF ;
@@ -350,9 +343,7 @@ static void send_offer(struct dhcps_msg *msg, uint16_t len)
350343 struct pbuf * p , * q ;
351344 uint8_t * data ;
352345 uint16_t cnt = 0 ;
353- uint8_t CopyFinished = 0 ;
354346 uint16_t i ;
355- uint32_t endptr , dataptr = NULL ;
356347 #if DHCPS_DEBUG
357348 err_t SendOffer_err_t ;
358349 #endif
@@ -666,8 +657,6 @@ static void handle_dhcp(void *arg,
666657{
667658 struct dhcps_msg * pmsg_dhcps = NULL ;
668659 int16_t tlen , malloc_len ;
669- uint16_t i ;
670- uint16_t dhcps_msg_cnt = 0 ;
671660 uint8_t * p_dhcps_msg = NULL ;
672661 struct pbuf * q ;
673662
You can’t perform that action at this time.
0 commit comments