浏览代码

* Remove math unit

git-svn-id: trunk@39205 -
michael 7 年之前
父节点
当前提交
ab4023a3de
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      packages/fcl-net/src/ssockets.pp

+ 1 - 2
packages/fcl-net/src/ssockets.pp

@@ -264,8 +264,7 @@ uses
 {$ifdef windows}
   winsock2, windows,
 {$endif}
-  resolve,
-  math;
+  resolve;
 
 Const
   SocketWouldBlock = -2;