소스 검색

* revert accidently committed code

Florian Klämpfl 3 년 전
부모
커밋
a6d6f93887
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      compiler/constexp.pas

+ 0 - 5
compiler/constexp.pas

@@ -26,9 +26,6 @@ unit constexp;
 
 interface
 
-  uses
-    sfpux80;
-
 type  Tconstexprint=record
         overflow:boolean;
         case signed:boolean of
@@ -40,8 +37,6 @@ type  Tconstexprint=record
 
       errorproc=procedure (i:longint);
 
-      TConstExprFloat = float128;
-
 {"Uses verbose" gives a dependency on cpuinfo through globals. This leads
  build trouble when compiling the directory utils, since the cpu directory
  isn't searched there. Therefore we use a procvar and make verbose install