Browse Source

- 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 -
sergei 11 years ago
parent
commit
471ffb017c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      rtl/unix/tthread.inc

+ 0 - 4
rtl/unix/tthread.inc

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