aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/canon.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb
index c4147408d..f6d106182 100644
--- a/src/vhdl/canon.adb
+++ b/src/vhdl/canon.adb
@@ -1511,7 +1511,6 @@ package body Canon is
(El, Proc, Sub_Chain);
Replace_Stmt (Proc);
- Free_Iir (El);
El := Proc;
when Iir_Kind_Concurrent_Selected_Signal_Assignment =>
@@ -1521,7 +1520,6 @@ package body Canon is
(El, Proc, Sub_Chain);
Replace_Stmt (Proc);
- Free_Iir (El);
El := Proc;
when Iir_Kind_Concurrent_Assertion_Statement =>