diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/vhdl-parse.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index 6d45b0a20..8344b0aae 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -4141,7 +4141,6 @@ package body Vhdl.Parse is -- [ LRM93 4.3.1.2 ] -- signal_kind ::= REGISTER | BUS -- - -- FIXME: file_open_information. function Parse_Object_Declaration (Parent : Iir) return Iir is -- First and last element of the chain to be returned. |