فهرست منبع

- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
Jonas Maebe 17 سال پیش
والد
کامیت
3e63d3f1dd
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  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.