aboutsummaryrefslogtreecommitdiffstats
path: root/src/dyn_interning.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-22 08:12:23 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-22 08:50:36 +0200
commitadf0df4cc9f8ac8bdbbe81681e6f3dffcdb76d7f (patch)
tree196207195fed976bc2b02df40fee00cbed29aa26 /src/dyn_interning.ads
parente4bff0d914b25645bed8c28921f00f4f4c4a3293 (diff)
downloadghdl-adf0df4cc9f8ac8bdbbe81681e6f3dffcdb76d7f.tar.gz
ghdl-adf0df4cc9f8ac8bdbbe81681e6f3dffcdb76d7f.tar.bz2
ghdl-adf0df4cc9f8ac8bdbbe81681e6f3dffcdb76d7f.zip
netlists: use dyn_maps package for attributes.
Diffstat (limited to 'src/dyn_interning.ads')
-rw-r--r--src/dyn_interning.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dyn_interning.ads b/src/dyn_interning.ads
index f0ec7d4a8..abe32a27b 100644
--- a/src/dyn_interning.ads
+++ b/src/dyn_interning.ads
@@ -67,12 +67,6 @@ package Dyn_Interning is
-- current implementation allocates index incrementally.
function Get_By_Index (Inst : Instance; Index : Index_Type)
return Object_Type;
-
- -- Modify an existing object.
- -- Must not change the definition of Equal!
- procedure Modify
- (Inst : in out Instance; Index : Index_Type; Obj : Object_Type);
-
private
type Element_Wrapper is record
Hash : Hash_Value_Type;