aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index a9a127ec8..1afe6d0a4 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -56,12 +56,6 @@ package Synth.Values is
Left : Int32;
Right : Int32;
Len : Width;
-
- -- Width of bounds. This is the precision used to compute the
- -- address.
- -- If bounds are 1 to 128 (so left = 1, dir = to, right = 128),
- -- Wbounds = 8.
- Wbounds : Width;
end record;
type Bound_Array_Type is array (Iir_Index32 range <>) of Bound_Type;