mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
- 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:
parent
d8d35a32c9
commit
471ffb017c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user