Ver código fonte

Remove tai_ent, which is moved to aasmtai unit

git-svn-id: trunk@21783 -
pierre 13 anos atrás
pai
commit
502cd6db29
1 arquivos alterados com 0 adições e 13 exclusões
  1. 0 13
      compiler/alpha/aasmcpu.pas

+ 0 - 13
compiler/alpha/aasmcpu.pas

@@ -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;