1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236821

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;