aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-12-18 08:33:08 +0100
committerTristan Gingold <tgingold@free.fr>2022-12-18 08:36:14 +0100
commit36c276363fa35f6856bbd44e7a37e712aaab2a1e (patch)
tree91364ca992157bf131d3e5bf89cf13bd5e6b9335 /src/synth/elab-vhdl_expr.ads
parentb25116679aac9f88ab54bca0ef2879fedc0faed2 (diff)
downloadghdl-36c276363fa35f6856bbd44e7a37e712aaab2a1e.tar.gz
ghdl-36c276363fa35f6856bbd44e7a37e712aaab2a1e.tar.bz2
ghdl-36c276363fa35f6856bbd44e7a37e712aaab2a1e.zip
synth: factorize code (Exec_Name_Subtype). Fix #2273
Diffstat (limited to 'src/synth/elab-vhdl_expr.ads')
-rw-r--r--src/synth/elab-vhdl_expr.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/elab-vhdl_expr.ads b/src/synth/elab-vhdl_expr.ads
index 8f78faa7a..3ef89d02c 100644
--- a/src/synth/elab-vhdl_expr.ads
+++ b/src/synth/elab-vhdl_expr.ads
@@ -34,10 +34,6 @@ package Elab.Vhdl_Expr is
procedure Check_Matching_Bounds (L, R : Type_Acc; Loc : Node);
- -- Return the type of EXPR without evaluating it.
- function Exec_Type_Of_Object (Syn_Inst : Synth_Instance_Acc; Expr : Node)
- return Type_Acc;
-
-- Get the type of NAME. No expressions are expected to be evaluated.
function Exec_Name_Subtype (Syn_Inst : Synth_Instance_Acc; Name : Node)
return Type_Acc;