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:
svenbarth 2011-12-04 11:33:15 +00:00
parent aca2bd83c7
commit 9f44f36348

View File

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