aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-09 05:14:04 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-09 05:14:04 +0200
commit7c9298f4ef785ab2df77adabc95cd2672db43054 (patch)
tree2674e3f2b794a0e57c6c26fa8c23213f4429b363 /src/vhdl/vhdl-nodes.ads
parent6e51ccf3b2875a6b4e7ba1b7215b0ec28f0655b6 (diff)
downloadghdl-7c9298f4ef785ab2df77adabc95cd2672db43054.tar.gz
ghdl-7c9298f4ef785ab2df77adabc95cd2672db43054.tar.bz2
ghdl-7c9298f4ef785ab2df77adabc95cd2672db43054.zip
vhdl: remove unused Get/Set_Choice_Order.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 73cc7d4aa..7a2cfaf28 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -541,9 +541,6 @@ package Vhdl.Nodes is
-- associations have the same_alternative_flag set.
-- Get/Set_Chain (Field2)
--
- -- Ordered position of the choice from 1 to N. 0 is reserved for others.
- -- Get/Set_Choice_Order (Field1)
- --
-- Should be a simple_name.
-- Only for Iir_Kind_Choice_By_Name:
-- Get/Set_Choice_Name (Field5)
@@ -6354,10 +6351,6 @@ package Vhdl.Nodes is
function Get_Time (We : Iir_Waveform_Element) return Iir;
procedure Set_Time (We : Iir_Waveform_Element; An_Iir : Iir);
- -- Field: Field1 (pos)
- function Get_Choice_Order (Choice : Iir) return Int32;
- procedure Set_Choice_Order (Choice : Iir; Pos : Int32);
-
-- Node associated with a choice.
-- Field: Field3
function Get_Associated_Expr (Target : Iir) return Iir;