Remove bogus and too early unlock

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@232 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-02-13 22:59:28 +00:00
parent bf82bdb034
commit d9d9e9f1c9
1 changed files with 0 additions and 1 deletions

View File

@ -1337,7 +1337,6 @@ writefile (int requirenew)
graceful_exit (116);
}
fcntl (fileno (fpl), F_UNLCK, &fl);
fclose (fp);
fclose (fpl);
}