Selaa lähdekoodia

- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
Jonas Maebe 17 vuotta sitten
vanhempi
commit
3e63d3f1dd
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      compiler/x86_64/cgcpu.pas

+ 0 - 3
compiler/x86_64/cgcpu.pas

@@ -231,7 +231,4 @@ unit cgcpu;
 
 begin
   cg:=tcgx86_64.create;
-{$ifndef cpu64bit}
-  cg64:=tcg64f64.create;
-{$endif cpu64bit}
 end.