Explorar o código

rtl: clean up

mattias %!s(int64=6) %!d(string=hai) anos
pai
achega
218736588c
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      packages/rtl/math.pas

+ 0 - 4
packages/rtl/math.pas

@@ -16,16 +16,12 @@ unit Math;
 
 interface
 
-uses
-  SysUtils;
-
 const
   MinInteger = -$fffffffffffff-1;
   MaxInteger = $fffffffffffff;
   MinDouble  =  5.0e-324;
   MaxDouble  =  1.7e+308;
 
-
 const
   NaN: Double; external name 'NaN';
   Infinity: Double; external name 'Infinity';