diff options
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r-- | src/synth/synth-stmts.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads index db536e02d..2fd01c17b 100644 --- a/src/synth/synth-stmts.ads +++ b/src/synth/synth-stmts.ads @@ -92,7 +92,6 @@ package Synth.Stmts is (Syn_Inst : Synth_Instance_Acc; Unit : Node); -- For iterators. - function In_Range (Rng : Discrete_Range_Type; V : Int64) return Boolean; procedure Update_Index (Rng : Discrete_Range_Type; V : in out Valtyp); private |