diff options
author | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-07-04 16:35:46 +0000 |
---|---|---|
committer | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-07-04 16:35:46 +0000 |
commit | 59b1e7f93120be447e997d578ebc88e1b6efe1b0 (patch) | |
tree | bb3b03b734abf1d154a695065859c57a0c89cc7a /compiler/alpha | |
parent | dee45d2da6948fb21be590519636602a268d23ec (diff) | |
download | fpc-59b1e7f93120be447e997d578ebc88e1b6efe1b0.tar.gz |
Remove tai_ent, which is moved to aasmtai unit
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21783 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/alpha')
-rw-r--r-- | compiler/alpha/aasmcpu.pas | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/alpha/aasmcpu.pas b/compiler/alpha/aasmcpu.pas index 6e1ef8d02b..9a9d1b5ec4 100644 --- a/compiler/alpha/aasmcpu.pas +++ b/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; |