diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-05-16 10:12:26 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-05-16 10:12:26 +0200 |
commit | 15d517f38815e8c26e2459a8a2f3ffaa45887807 (patch) | |
tree | 0755262ab06f7e134c77b51f2c605bf4e6740fb9 /pyGHDL/libghdl/vhdl/nodes.py | |
parent | 919645ce03bacb136318ac96ddf920dfc267eeeb (diff) | |
download | ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.gz ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.tar.bz2 ghdl-15d517f38815e8c26e2459a8a2f3ffaa45887807.zip |
vhdl: remove unused Get/Set_Alias_Declaration
Diffstat (limited to 'pyGHDL/libghdl/vhdl/nodes.py')
-rw-r--r-- | pyGHDL/libghdl/vhdl/nodes.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyGHDL/libghdl/vhdl/nodes.py b/pyGHDL/libghdl/vhdl/nodes.py index 3d0c43f4b..65d82e3b3 100644 --- a/pyGHDL/libghdl/vhdl/nodes.py +++ b/pyGHDL/libghdl/vhdl/nodes.py @@ -2592,9 +2592,6 @@ Set_Binding_Indication = libghdl.vhdl__nodes__set_binding_indication Get_Named_Entity = libghdl.vhdl__nodes__get_named_entity Set_Named_Entity = libghdl.vhdl__nodes__set_named_entity -Get_Alias_Declaration = libghdl.vhdl__nodes__get_alias_declaration -Set_Alias_Declaration = libghdl.vhdl__nodes__set_alias_declaration - Get_Referenced_Name = libghdl.vhdl__nodes__get_referenced_name Set_Referenced_Name = libghdl.vhdl__nodes__set_referenced_name |