florian vor 3 Jahren
Ursprung
Commit
8120fb8b77
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      compiler/x86/nx86cnv.pas

+ 0 - 2
compiler/x86/nx86cnv.pas

@@ -245,7 +245,6 @@ implementation
 
 
     function tx86typeconvnode.first_int_to_real : tnode;
-
       begin
         first_int_to_real:=nil;
         if (left.resultdef.size<4) then
@@ -262,7 +261,6 @@ implementation
 
 
     procedure tx86typeconvnode.second_int_to_real;
-
       var
          leftref,
          href : treference;