aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-08 07:06:57 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-08 07:06:57 +0200
commit5cdcbc9f3d9a76dd9769b697a811fae99772f770 (patch)
treecf75f9d1ac5d9dffce1bb952a4f3909c726cbfe6 /src/vhdl/vhdl-canon.ads
parentc723f798f4f2b443350fdc3d819d186005fd1b99 (diff)
downloadghdl-5cdcbc9f3d9a76dd9769b697a811fae99772f770.tar.gz
ghdl-5cdcbc9f3d9a76dd9769b697a811fae99772f770.tar.bz2
ghdl-5cdcbc9f3d9a76dd9769b697a811fae99772f770.zip
vhdl-canon: minor cleanup.
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).