Remove now unused variable.

MFC after:	1 month
MFC with:	r236820
This commit is contained in:
Pawel Jakub Dawidek 2012-06-09 18:48:06 +00:00
parent 380513aaae
commit 68abac4337

View File

@ -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;