소스 검색

* 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;