Remove tai_ent, which is moved to aasmtai unit

git-svn-id: trunk@21783 -
This commit is contained in:
pierre 2012-07-04 16:35:46 +00:00
parent 0a21c01737
commit 502cd6db29

View File

@ -39,11 +39,6 @@ unit aasmcpu;
Constructor Create (GP : Tregister; Localsize : Longint; RA : TRegister; L : longint);
end;
tai_ent = class(tai)
Name : string;
Constructor Create (const ProcName : String);
end;
taicpu = class(tai_cpu_abstract_sym)
constructor op_none(op : tasmop);
@ -260,14 +255,6 @@ implementation
LU:=L;
end;
Constructor tai_ent.Create (const ProcName : String);
begin
Inherited Create;
typ:=ait_ent;
Name:=ProcName;
end;
procedure InitAsm;
begin
end;