aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-12 17:28:39 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-13 07:29:24 +0100
commit5d90b04e624713e5341439167f7b54a699ce7c6b (patch)
treed66cd0c1bf8863849ad810ee303c5c419bbd4eca /src/vhdl/vhdl-nodes.ads
parentc2a8dee97b6794753da78e8b3365f7d5650238b0 (diff)
downloadghdl-5d90b04e624713e5341439167f7b54a699ce7c6b.tar.gz
ghdl-5d90b04e624713e5341439167f7b54a699ce7c6b.tar.bz2
ghdl-5d90b04e624713e5341439167f7b54a699ce7c6b.zip
ghdllocal.adb(Build_Dependence): rebuild file dependencies.
vhdl: remove Get/Set_File_Dependence_List. Fix #2388
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 80d8b091b..23de77b2f 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -187,8 +187,6 @@ package Vhdl.Nodes is
-- Get/Set_Library (Field0)
-- Get/Set_Parent (Alias Field0)
--
- -- Get/Set_File_Dependence_List (Field1)
- --
-- Get/Set_Chain (Field2)
--
-- Time when the whole file has been analyzed. This allows ordering
@@ -7760,11 +7758,6 @@ package Vhdl.Nodes is
function Get_Library (File : Iir_Design_File) return Iir;
procedure Set_Library (File : Iir_Design_File; Lib : Iir);
- -- List of files which this design file depends on.
- -- Field: Field1 (uc)
- function Get_File_Dependence_List (File : Iir_Design_File) return Iir_List;
- procedure Set_File_Dependence_List (File : Iir_Design_File; Lst : Iir_List);
-
-- Identifier for the design file file name.
-- Field: Field12 (pos)
function Get_Design_File_Filename (File : Iir_Design_File) return Name_Id;