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:
jhb 2002-08-01 13:44:33 +00:00
parent 679a3f5aa3
commit 951e2df536

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.