Module Name: src
Committed By: roy
Date: Tue Oct 11 13:39:34 UTC 2016
Modified Files:
src/sys/netinet: ip_carp.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/netinet/ip_carp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/ip_carp.c
diff -u src/sys/netinet/ip_carp.c:1.78 src/sys/netinet/ip_carp.c:1.79
--- src/sys/netinet/ip_carp.c:1.78 Tue Oct 11 12:32:30 2016
+++ src/sys/netinet/ip_carp.c Tue Oct 11 13:39:34 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_carp.c,v 1.78 2016/10/11 12:32:30 roy Exp $ */
+/* $NetBSD: ip_carp.c,v 1.79 2016/10/11 13:39:34 roy Exp $ */
/* $OpenBSD: ip_carp.c,v 1.113 2005/11/04 08:11:54 mcbride Exp $ */
/*
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.78 2016/10/11 12:32:30 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.79 2016/10/11 13:39:34 roy Exp $");
/*
* TODO:
@@ -1221,7 +1221,6 @@ static void
carp_send_arp(struct carp_softc *sc)
{
struct ifaddr *ifa;
- struct in_addr *in;
int s;
KERNEL_LOCK(1, NULL);