diff options
Diffstat (limited to 'src/vhdl/canon.adb')
-rw-r--r-- | src/vhdl/canon.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb index e5cd488..9108ece 100644 --- a/src/vhdl/canon.adb +++ b/src/vhdl/canon.adb @@ -40,9 +40,6 @@ package body Canon is procedure Canon_Concurrent_Stmts (Top : Iir_Design_Unit; Parent : Iir); - -- Canon on expressions, mainly for function calls. - procedure Canon_Expression (Expr: Iir); - -- Canonicalize an association list. -- If ASSOCIATION_LIST is not null, then it is re-ordored and returned. -- If ASSOCIATION_LIST is null then: |