Remove unused code.

This commit is contained in:
Simon Kelley
2013-12-17 17:40:32 +00:00
parent 76ff440ebe
commit 875b8160f6
2 changed files with 1 additions and 2 deletions

View File

@@ -561,7 +561,7 @@ struct dhcp_lease {
struct in6_addr addr6;
int iaid;
struct slaac_address {
struct in6_addr addr, local;
struct in6_addr addr;
time_t ping_time;
int backoff; /* zero -> confirmed */
struct slaac_address *next;