diff options
-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; |