aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 50f85cbbc..5d8d7f7d5 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -93,10 +93,6 @@ package Synth.Expr is
Rng : out Discrete_Range_Type;
W : out Width);
- -- Convert index IDX in PFX to an offset. LOC is used in case of error.
- function Index_To_Offset (Bnd : Bound_Type; Idx : Int64; Loc : Node)
- return Uns32;
-
procedure Synth_Slice_Suffix (Syn_Inst : Synth_Instance_Acc;
Name : Node;
Pfx_Bnd : Bound_Type;