aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-31 06:21:50 +0100
committerTristan Gingold <tgingold@free.fr>2016-11-01 21:36:54 +0100
commitbbe42c9fa216335dd56424014bda666a5d6717de (patch)
treecb19303410706351a059f2e65f73d7a4f2d28b85 /src/std_names.adb
parentb869a4acb52358fe8ca5decaac826af056bfdfca (diff)
downloadghdl-bbe42c9fa216335dd56424014bda666a5d6717de.tar.gz
ghdl-bbe42c9fa216335dd56424014bda666a5d6717de.tar.bz2
ghdl-bbe42c9fa216335dd56424014bda666a5d6717de.zip
name_table: auto-initialize.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 253f844ad..5e8e4bae2 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -28,8 +28,6 @@ package body Std_Names is
end if;
end Def;
begin
- Name_Table.Initialize;
-
Def ("mod", Name_Mod);
Def ("rem", Name_Rem);