diff options
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r-- | src/vhdl/vhdl-parse.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index f111d6cf8..cbf979fb9 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -1620,9 +1620,6 @@ package body Vhdl.Parse is Last := N_Interface; Inter := Get_Chain (O_Interface); - if Flag_Elocations then - Delete_Elocations (O_Interface); - end if; Free_Iir (O_Interface); O_Interface := Inter; end loop; |