From dc1455f4fc28f7df838b9af1b34f0c74295d4b78 Mon Sep 17 00:00:00 2001 From: roy Date: Tue, 11 Oct 2016 13:39:34 +0000 Subject: [PATCH] Remove unused variable. --- sys/netinet/ip_carp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 9df6117701f3..864b089c01f0 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -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 -__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);