Explorar o código

- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
3e63d3f1dd
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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.