aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_scopes.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_scopes.adb')
-rw-r--r--src/vhdl/sem_scopes.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdl/sem_scopes.adb b/src/vhdl/sem_scopes.adb
index 708d56d2f..e0589dc3f 100644
--- a/src/vhdl/sem_scopes.adb
+++ b/src/vhdl/sem_scopes.adb
@@ -1493,7 +1493,6 @@ package body Sem_Scopes is
procedure Disp_Detailed_Interpretations (Ident : Name_Id)
is
use Ada.Text_IO;
- use Name_Table;
Inter: Name_Interpretation_Type;
Decl : Iir;
@@ -1559,7 +1558,6 @@ package body Sem_Scopes is
procedure Dump_Interpretation (Inter : Name_Interpretation_Type)
is
use Ada.Text_IO;
- use Name_Table;
Decl : Iir;
begin