diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-04-29 08:54:17 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-04-29 08:54:17 +0200 |
commit | b2737f9e48bc941c73b431b4e267299708fc1ad5 (patch) | |
tree | ca2a734dc026b39f8d24d958819644e4b8dc93ee /src/vhdl | |
parent | 346eaebf0f402b83d52c1bc90528d9d8da354359 (diff) | |
download | ghdl-b2737f9e48bc941c73b431b4e267299708fc1ad5.tar.gz ghdl-b2737f9e48bc941c73b431b4e267299708fc1ad5.tar.bz2 ghdl-b2737f9e48bc941c73b431b4e267299708fc1ad5.zip |
vhdl-annotations: do not annotate type for signal attributes
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-annotations.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb index 6b645b8b4..e4f27f32c 100644 --- a/src/vhdl/vhdl-annotations.adb +++ b/src/vhdl/vhdl-annotations.adb @@ -727,8 +727,6 @@ package body Vhdl.Annotations is begin Attr := Get_Signal_Attribute_Chain (Decl); while Is_Valid (Attr) loop - Annotate_Anonymous_Type_Definition - (Block_Info, Get_Type (Attr)); Create_Signal_Info (Block_Info, Attr); Attr := Get_Attr_Chain (Attr); end loop; |