Browse Source

Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out.

git-svn-id: branches/svenbarth/generics@19741 -
svenbarth 13 years ago
parent
commit
9f44f36348
1 changed files with 0 additions and 6 deletions
  1. 0 6
      compiler/symsym.pas

+ 0 - 6
compiler/symsym.pas

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