2
0
Эх сурвалжийг харах

- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
Jonas Maebe 17 жил өмнө
parent
commit
3e63d3f1dd

+ 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.