svn commit: r236821 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Jun 9 18:48:07 UTC 2012


Author: pjd
Date: Sat Jun  9 18:48:06 2012
New Revision: 236821
URL: http://svn.freebsd.org/changeset/base/236821

Log:
  Remove now unused variable.
  
  MFC after:	1 month
  MFC with:	r236820

Modified:
  head/sys/kern/kern_descrip.c

Modified: head/sys/kern/kern_descrip.c
==============================================================================
--- head/sys/kern/kern_descrip.c	Sat Jun  9 18:03:23 2012	(r236820)
+++ head/sys/kern/kern_descrip.c	Sat Jun  9 18:48:06 2012	(r236821)
@@ -1845,7 +1845,6 @@ void
 fdfree(struct thread *td)
 {
 	struct filedesc *fdp;
-	struct file **fpp;
 	int i, locked;
 	struct filedesc_to_leader *fdtol;
 	struct file *fp;


More information about the svn-src-all mailing list