Mercurial > hg > dhcpcd
changeset 2230:6f64cbf7fa50 draft
Remove unused var
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 20 Jan 2014 09:29:14 +0000 |
| parents | b3fca173d19c |
| children | 78eedd75ccca |
| files | if-linux.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/if-linux.c Sun Jan 19 22:35:52 2014 +0000 +++ b/if-linux.c Mon Jan 20 09:29:14 2014 +0000 @@ -838,7 +838,7 @@ FILE *fp; char *ent, address[33], name[IF_NAMESIZE + 1]; unsigned int ifindex; - int prefix, scope, flags, i, ret; + int prefix, scope, flags, i; struct in6_addr addr6; static const char *hex = "0123456789abcdef";
