aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-canon.ads')
-rw-r--r--src/vhdl/vhdl-canon.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-canon.ads b/src/vhdl/vhdl-canon.ads
index e880dae69..b0ac21b53 100644
--- a/src/vhdl/vhdl-canon.ads
+++ b/src/vhdl/vhdl-canon.ads
@@ -48,10 +48,6 @@ package Vhdl.Canon is
-- (If true, Canon_Flag_Sequentials_Stmts must be true)
Canon_Flag_All_Sensitivity : Boolean := False;
- -- If true, operands of type array element of a concatenation operator
- -- are converted (by an aggregate) into array.
- Canon_Concatenation : Boolean := False;
-
-- Do canonicalization:
-- Transforms concurrent statements into sensitized process statements
-- (all but component instanciation and block).