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 88d08ec11..93138e1a8 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -982,7 +982,6 @@ package body Vhdl.Parse is if Vhdl_Std < Vhdl_08 then Error_Msg_Parse ("'subtype attribute is not allowed before vhdl08"); - return Null_Iir; end if; when others => return Null_Iir; |