浏览代码

- Remove unused sysutils dependency.

git-svn-id: trunk@4965 -
daniel 19 年之前
父节点
当前提交
ce3bfabfe6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      rtl/unix/cthreads.pp

+ 1 - 2
rtl/unix/cthreads.pp

@@ -36,8 +36,7 @@ implementation
 Uses
   BaseUnix,
   unix,
-  unixtype,
-  sysutils
+  unixtype
 {$ifdef dynpthreads}
   ,dl
 {$endif}