aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/synth-values.ads9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index ffb554717..95f7f3f0d 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -189,15 +189,6 @@ package Synth.Values is
type Value_Acc is access Value_Type;
- type Value_Type_Array is array (Iir_Index32 range <>) of Value_Acc;
-
- type Value_Array_Type (Ln : Iir_Index32) is record
- -- Values are from left to right. So V(1) is at index 'Left.
- V : Value_Type_Array (1 .. Ln);
- end record;
-
- type Value_Array_Acc is access Value_Array_Type;
-
type Heap_Index is new Uns32;
Null_Heap_Index : constant Heap_Index := 0;