From cb0609778181832120ca7776dc4501b97d0ebbeb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 26 Dec 2014 06:26:25 +0100 Subject: Rewrite sem_scopes tables for speed-up (and clarification). --- src/libraries.adb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libraries.adb') diff --git a/src/libraries.adb b/src/libraries.adb index c125e3cbf..9bc232740 100644 --- a/src/libraries.adb +++ b/src/libraries.adb @@ -27,7 +27,6 @@ with Parse; with Back_End; with Name_Table; use Name_Table; with Str_Table; -with Sem_Scopes; with Tokens; with Files_Map; with Flags; @@ -1535,10 +1534,7 @@ package body Libraries is -- Avoid infinite recursion, if the unit is self-referenced. Set_Date_State (Design_Unit, Date_Analyze); - Sem_Scopes.Push_Interpretations; Back_End.Finish_Compilation (Design_Unit); - Sem_Scopes.Pop_Interpretations; - end if; case Get_Date (Design_Unit) is -- cgit v1.2.3