浏览代码

* fix for conflict in previous merge

git-svn-id: branches/fixes_2_4@15249 -
Tomas Hajny 15 年之前
父节点
当前提交
143354891d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      rtl/os2/systhrd.inc

+ 0 - 1
rtl/os2/systhrd.inc

@@ -470,7 +470,6 @@ begin
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;