- removed {$ifndef cpu64bit} code

git-svn-id: trunk@10275 -
This commit is contained in:
Jonas Maebe 2008-02-10 17:05:27 +00:00
parent acc4d25f75
commit 3e63d3f1dd

View File

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