aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/scanner.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/scanner.adb')
-rw-r--r--src/vhdl/scanner.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/scanner.adb b/src/vhdl/scanner.adb
index 3ca706a50..537343af0 100644
--- a/src/vhdl/scanner.adb
+++ b/src/vhdl/scanner.adb
@@ -1332,7 +1332,6 @@ package body Scanner is
Error_Msg_Option ("8 bits characters not allowed in vhdl87");
end Error_8bit;
- use Name_Table;
C : Character;
subtype Id_Subtype is String (1 .. Str'Length);
Id : Id_Subtype renames Str;