From f1d19042b082d95f07a0027e596ba2405aa8a9a5 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Mon, 7 Dec 1998 21:58:50 +0000 Subject: The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static and local variables, goto labels, and functions declared but not defined. --- sys/netinet/ip_flow.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/ip_flow.c') diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c index b9a000ce532b..d4a2439ed547 100644 --- a/sys/netinet/ip_flow.c +++ b/sys/netinet/ip_flow.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: ip_flow.c,v 1.4 1998/05/19 17:47:11 jdp Exp $ + * $Id: ip_flow.c,v 1.5 1998/06/21 14:53:29 bde Exp $ */ #include @@ -109,7 +109,6 @@ ipflow_fastforward( struct ip *ip; struct ipflow *ipf; struct rtentry *rt; - u_int32_t sum; int error; /* -- cgit v1.3