mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 22:49:37 +01:00
Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out.
git-svn-id: branches/svenbarth/generics@19741 -
This commit is contained in:
parent
aca2bd83c7
commit
9f44f36348
@ -125,7 +125,6 @@ interface
|
||||
typedefderef : tderef;
|
||||
fprettyname : ansistring;
|
||||
constructor create(const n : string;def:tdef);
|
||||
destructor destroy; override;
|
||||
constructor ppuload(ppufile:tcompilerppufile);
|
||||
procedure ppuwrite(ppufile:tcompilerppufile);override;
|
||||
procedure buildderef;override;
|
||||
@ -1934,11 +1933,6 @@ implementation
|
||||
typedef.typesym:=self;
|
||||
end;
|
||||
|
||||
destructor ttypesym.destroy;
|
||||
begin
|
||||
inherited destroy;
|
||||
end;
|
||||
|
||||
|
||||
constructor ttypesym.ppuload(ppufile:tcompilerppufile);
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user