PERFORCE change 149958 for review

Ed Schouten ed at FreeBSD.org
Wed Sep 17 20:23:11 UTC 2008


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

Change 149958 by ed at ed_dull on 2008/09/17 20:22:49

	Remove unused variables as well.

Affected files ...

.. //depot/projects/mpsafetty/sys/kern/subr_clist.c#4 edit

Differences ...

==== //depot/projects/mpsafetty/sys/kern/subr_clist.c#4 (text+ko) ====

@@ -412,10 +412,7 @@
 	struct clist *clistp;
 {
 	struct cblock *cblockp;
-	char *firstbyte, *lastbyte;
-	u_char startmask, endmask;
-	int startbit, endbit, num_between, numc;
-	int s;
+	int numc, s;
 
 	/*
 	 * Avoid allocating an initial cblock and then not using it.


More information about the p4-projects mailing list