aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-execution.adb')
-rw-r--r--src/vhdl/simulate/simul-execution.adb6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vhdl/simulate/simul-execution.adb b/src/vhdl/simulate/simul-execution.adb
index 9622b98c7..c4cfa7404 100644
--- a/src/vhdl/simulate/simul-execution.adb
+++ b/src/vhdl/simulate/simul-execution.adb
@@ -3309,12 +3309,6 @@ package body Simul.Execution is
-- Execute code of the 'shared' body
Label := Origin;
-
- -- Get the real instance for package interface.
- if Up_Info.Kind = Kind_Environment then
- Up_Block := Environment_Table.Table
- (Up_Block.Objects (Up_Info.Env_Slot).Environment);
- end if;
else
Label := Imp;
end if;