aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-context.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-04 06:14:30 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-04 19:04:11 +0200
commit210c497e86d6dff0337114b013e0c3a8066dee72 (patch)
tree84dff6efad5f1ecdc89a7a15d93f4ebb6edef858 /src/synth/synth-context.ads
parent6ff7ef51aec7c1d653dab142aa0e5cda170e9f29 (diff)
downloadghdl-210c497e86d6dff0337114b013e0c3a8066dee72.tar.gz
ghdl-210c497e86d6dff0337114b013e0c3a8066dee72.tar.bz2
ghdl-210c497e86d6dff0337114b013e0c3a8066dee72.zip
synth: remove Global_Context (cleanup).
Diffstat (limited to 'src/synth/synth-context.ads')
-rw-r--r--src/synth/synth-context.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/synth-context.ads b/src/synth/synth-context.ads
index 2c7dd78ae..02b51c8c8 100644
--- a/src/synth/synth-context.ads
+++ b/src/synth/synth-context.ads
@@ -37,9 +37,6 @@ package Synth.Context is
type Synth_Instance_Type (<>) is limited private;
type Synth_Instance_Acc is access Synth_Instance_Type;
- -- Global context.
- Build_Context : Context_Acc;
-
function Get_Instance_By_Scope
(Syn_Inst: Synth_Instance_Acc; Scope: Sim_Info_Acc)
return Synth_Instance_Acc;