aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-05-16 10:12:26 +0200
committerTristan Gingold <tgingold@free.fr>2021-05-16 10:12:26 +0200
commit15d517f38815e8c26e2459a8a2f3ffaa45887807 (patch)
tree0755262ab06f7e134c77b51f2c605bf4e6740fb9 /src/vhdl/vhdl-sem_names.adb
parent919645ce03bacb136318ac96ddf920dfc267eeeb (diff)
downloadghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.gz
ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.bz2
ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.zip
vhdl: remove unused Get/Set_Alias_Declaration
Diffstat (limited to 'src/vhdl/vhdl-sem_names.adb')
-rw-r--r--src/vhdl/vhdl-sem_names.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_names.adb b/src/vhdl/vhdl-sem_names.adb
index ab4451d77..1ed7c7b64 100644
--- a/src/vhdl/vhdl-sem_names.adb
+++ b/src/vhdl/vhdl-sem_names.adb
@@ -2152,7 +2152,6 @@ package body Vhdl.Sem_Names is
if not Keep_Alias
and then Get_Kind (Res) = Iir_Kind_Non_Object_Alias_Declaration
then
- Set_Alias_Declaration (Name, Res);
Res := Get_Named_Entity (Get_Name (Res));
end if;
else