Module Name: src
Committed By: chs
Date: Sun Aug 8 18:22:39 UTC 2010
Modified Files:
src/sys/dev/ofw: ofnet.c
Log Message:
remove an unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ofw/ofnet.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/dev/ofw/ofnet.c
diff -u src/sys/dev/ofw/ofnet.c:1.50 src/sys/dev/ofw/ofnet.c:1.51
--- src/sys/dev/ofw/ofnet.c:1.50 Mon Apr 5 07:20:24 2010
+++ src/sys/dev/ofw/ofnet.c Sun Aug 8 18:22:39 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: ofnet.c,v 1.50 2010/04/05 07:20:24 joerg Exp $ */
+/* $NetBSD: ofnet.c,v 1.51 2010/08/08 18:22:39 chs Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofnet.c,v 1.50 2010/04/05 07:20:24 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofnet.c,v 1.51 2010/08/08 18:22:39 chs Exp $");
#include "ofnet.h"
#include "opt_inet.h"
@@ -418,8 +418,6 @@
static void
ipkdbofstart(struct ipkdb_if *kip)
{
- int unit = kip->unit - 1;
-
if (ipkdb_of)
ipkdbattach(kip, &ipkdb_of->sc_ethercom);
}