aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 19a14a682..471af7952 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -1786,11 +1786,6 @@ package Iirs is
-- present for uniformity (and speed).
-- Get/Set_Type (Field1)
--
- -- The 'primary' element declaration, the one declared in the record type
- -- definition. Other element declarations might be created for new
- -- constraints in record subtypes.
- -- Get/Set_Base_Element_Declaration (Field2)
- --
-- Get/Set_Has_Identifier_List (Flag3)
--
-- Get/Set_Visible_Flag (Flag4)
@@ -1808,8 +1803,6 @@ package Iirs is
-- the first record element, increasing by one for each successive element.
-- Get/Set_Element_Position (Field4)
--
- -- Get/Set_Base_Element_Declaration (Field2)
- --
-- Get/Set_Visible_Flag (Flag4)
-- Iir_Kind_Attribute_Declaration (Short)
@@ -6475,10 +6468,6 @@ package Iirs is
procedure Set_Element_Position (Target : Iir; Pos : Iir_Index32);
-- Field: Field2 Ref
- function Get_Base_Element_Declaration (Target : Iir) return Iir;
- procedure Set_Base_Element_Declaration (Target : Iir; El : Iir);
-
- -- Field: Field2 Ref
function Get_Selected_Element (Target : Iir) return Iir;
procedure Set_Selected_Element (Target : Iir; El : Iir);