From d6f85c35b5ce754223f7299ccfcd82e7e121ad8c Mon Sep 17 00:00:00 2001
From: Jonas Maebe <jonas@freepascal.org>
Date: Tue, 15 May 2012 13:04:51 +0000
Subject: [PATCH]   - removed stray symtablestack.push() after r21282

git-svn-id: trunk@21301 -
---
 compiler/symdef.pas | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/symdef.pas b/compiler/symdef.pas
index 362ef547eb..45f2f5891a 100644
--- a/compiler/symdef.pas
+++ b/compiler/symdef.pas
@@ -6822,7 +6822,6 @@ implementation
               unit, add them to the global/staticsymtable }
             oldsymtablestack:=symtablestack;
             symtablestack:=nil;
-            symtablestack.push(current_module.localsymtable);
             res^.Data:=tarraydef.create(0,elecount-1,ptrsinttype);
             tarraydef(res^.Data).elementdef:=def;
             current_module.localsymtable.insertdef(tdef(res^.Data));