aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-20 06:23:44 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-20 06:23:44 +0200
commit22d6f529f6bc502e4a547b5dfe90091caa8bb243 (patch)
tree0b719f8883a7fa08f68cf213723f7a43223ea024 /src/vhdl
parentf8f24837237c8705c21b4b46c9f8474b50786f95 (diff)
downloadghdl-22d6f529f6bc502e4a547b5dfe90091caa8bb243.tar.gz
ghdl-22d6f529f6bc502e4a547b5dfe90091caa8bb243.tar.bz2
ghdl-22d6f529f6bc502e4a547b5dfe90091caa8bb243.zip
vhdl-canon: remove unused canon_flag_inertial_associations
Diffstat (limited to 'src/vhdl')
-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 3c47a3cae..d8cb082ef 100644
--- a/src/vhdl/vhdl-canon.ads
+++ b/src/vhdl/vhdl-canon.ads
@@ -32,10 +32,6 @@ package Vhdl.Canon is
-- association with a non globally expression).
Canon_Flag_Associations : Boolean := True;
- -- If true, create a concurrent signal assignment for internal
- -- associations.
- Canon_Flag_Inertial_Associations : Boolean := True;
-
-- If true, canon lists in specifications.
Canon_Flag_Specification_Lists : Boolean := True;