Revert previous revision which accidentally snuck in with another commit.

It just removed a comment that doesn't make sense to me personally.
This commit is contained in:
John Baldwin 2002-08-01 13:44:33 +00:00
parent 0711ca46c5
commit 12240b1159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101156

View file

@ -261,7 +261,7 @@ exit1(td, rv)
* Close open files and release open-file table.
* This may block!
*/
fdfree(td);
fdfree(td); /* XXXKSE *//* may not be the one in proc */
/*
* Remove ourself from our leader's peer list and wake our leader.