From 2a149b18cca3b20063be398e8098dfa8e1e2705d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 20:38:44 +0000 Subject: Unused variables in IPv6 code. --- lib/ipv6.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/ipv6.c') diff --git a/lib/ipv6.c b/lib/ipv6.c index a8b114d..b666ddd 100644 --- a/lib/ipv6.c +++ b/lib/ipv6.c @@ -147,7 +147,6 @@ ip_ntop(ip_addr a, char *b) { u16 words[8]; int bestpos, bestlen, curpos, curlen, i; - char *c; /* First of all, preprocess the address and find the longest run of zeros */ bestlen = bestpos = curpos = curlen = 0; @@ -225,7 +224,7 @@ ip_ntox(ip_addr a, char *b) int ipv4_pton_u32(char *a, u32 *o) { - int i,j; + int i; unsigned long int l; u32 ia = 0; -- cgit v1.2.3