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 năm trước cách đây
mục cha
commit
471ffb017c
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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;