Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2008 03:00:07 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149459 for review
Message-ID:  <200809090300.m89307Qa040127@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149459

Change 149459 by gonzo@gonzo_jeeves on 2008/09/09 02:59:50

	  Remove unused variable

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/intr_machdep.c#7 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/intr_machdep.c#7 (text+ko) ====

@@ -138,7 +138,7 @@
 {
 	struct intr_event *event;
 	register_t cause;
-	int hard, i, intr, thread;
+	int hard, i, intr;
 
 	critical_enter();
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809090300.m89307Qa040127>