(trunk libT) prevent stupid double-close error introduced a few minutes ago :/

This commit is contained in:
Charles Kerr 2009-04-26 21:00:58 +00:00
parent 698aa192aa
commit b52ae72009
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ TrCloseFile( int i )
assert( fileIsOpen( o ) );
tr_close_file( o->fd );
close( o->fd );
o->fd = -1;
o->isCheckedOut = 0;
}