Browse Source

- removed stray symtablestack.push() after r21282

git-svn-id: trunk@21301 -
Jonas Maebe 13 years ago
parent
commit
d6f85c35b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/symdef.pas

+ 0 - 1
compiler/symdef.pas

@@ -6822,7 +6822,6 @@ implementation
               unit, add them to the global/staticsymtable }
               unit, add them to the global/staticsymtable }
             oldsymtablestack:=symtablestack;
             oldsymtablestack:=symtablestack;
             symtablestack:=nil;
             symtablestack:=nil;
-            symtablestack.push(current_module.localsymtable);
             res^.Data:=tarraydef.create(0,elecount-1,ptrsinttype);
             res^.Data:=tarraydef.create(0,elecount-1,ptrsinttype);
             tarraydef(res^.Data).elementdef:=def;
             tarraydef(res^.Data).elementdef:=def;
             current_module.localsymtable.insertdef(tdef(res^.Data));
             current_module.localsymtable.insertdef(tdef(res^.Data));