aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-17 04:42:18 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-17 04:42:18 +0100
commit4fab73a2746f81c88027c7d70e78d6988657f352 (patch)
tree95f94c091cf9124bce323df647bb24f001552342 /src/std_names.adb
parent3dc958d56fbf0ffe700b7852dbdb5b6268491d84 (diff)
downloadghdl-4fab73a2746f81c88027c7d70e78d6988657f352.tar.gz
ghdl-4fab73a2746f81c88027c7d70e78d6988657f352.tar.bz2
ghdl-4fab73a2746f81c88027c7d70e78d6988657f352.zip
std_names: remove duplicate entries.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 3f28b4c5a..7a3293bf9 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -657,16 +657,6 @@ package body Std_Names is
Def ("find_last_index", Name_Find_Last_Index);
Def ("num", Name_Num);
- -- SV methods.
- Def ("size", Name_Size);
- Def ("insert", Name_Insert);
- Def ("delete", Name_Delete);
- Def ("pop_front", Name_Pop_Front);
- Def ("pop_back", Name_Pop_Back);
- Def ("push_front", Name_Push_Front);
- Def ("push_back", Name_Push_Back);
- Def ("name", Name_Name);
-
-- BSV keywords
Def ("Action", Name_uAction);
Def ("ActionValue", Name_uActionValue);