aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 20:24:30 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 20:24:30 +0200
commit693c4af7ef3d6d250bef95becec0092d4c81213c (patch)
tree617c1b975c58fd409640e69e8c82ce5fa620ed76 /src/synth/synth-stmts.ads
parentbe9cdfbbe25b64ee587ba3316898fcc988830c0a (diff)
downloadghdl-693c4af7ef3d6d250bef95becec0092d4c81213c.tar.gz
ghdl-693c4af7ef3d6d250bef95becec0092d4c81213c.tar.bz2
ghdl-693c4af7ef3d6d250bef95becec0092d4c81213c.zip
synth: revert patch on synth_subprogram_association.
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index a09472168..aed471c03 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -28,9 +28,7 @@ with Synth.Context; use Synth.Context;
with Synth.Environment; use Synth.Environment;
package Synth.Stmts is
- -- INTER_INST is the instance for the types of the formals.
procedure Synth_Subprogram_Association (Subprg_Inst : Synth_Instance_Acc;
- Inter_Inst : Synth_Instance_Acc;
Caller_Inst : Synth_Instance_Acc;
Inter_Chain : Node;
Assoc_Chain : Node);