PERFORCE change 100371 for review

Peter Wemm peter at FreeBSD.org
Sat Jul 1 00:47:02 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100371

Change 100371 by peter at peter_daintree on 2006/07/01 00:15:02

	Oops. Remove now unused 'vector' local variable.  Missed this in my broken out
	diff.

Affected files ...

.. //depot/projects/bike_sched/sys/i386/i386/intr_machdep.c#3 edit

Differences ...

==== //depot/projects/bike_sched/sys/i386/i386/intr_machdep.c#3 (text+ko) ====

@@ -171,7 +171,7 @@
 	struct thread *td;
 	struct intr_event *ie;
 	struct intr_handler *ih;
-	int error, vector, thread;
+	int error, thread;
 
 	td = curthread;
 


More information about the p4-projects mailing list