Browse Source

* fix for conflict in previous merge

git-svn-id: branches/fixes_2_4@15249 -
Tomas Hajny 15 years ago
parent
commit
143354891d
1 changed files with 0 additions and 1 deletions
  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;