- Removed call to FlushThread, it is redundant since r17798. SysFlushStdio is called from DoneThreads, which is in turn called after exiting from ThreadFunc.

git-svn-id: trunk@27663 -
This commit is contained in:
sergei 2014-04-26 13:46:10 +00:00
parent d8d35a32c9
commit 471ffb017c

View File

@ -163,10 +163,6 @@ begin
// this function is the thread's main function (so it would have terminated
// already in case it was joined)
EndThread(Result);
end
else
begin
FlushThread;
end;
end;