aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r--src/vhdl/parse.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb
index 02df6e458..162dda7b7 100644
--- a/src/vhdl/parse.adb
+++ b/src/vhdl/parse.adb
@@ -4936,7 +4936,6 @@ package body Parse is
-- Simply create the node for a bit string.
function Parse_Bit_String return Iir
is
- use Str_Table;
Res : Iir;
B : Number_Base_Type;
begin