aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/errorout.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb
index 3e490517f..c7b9ef528 100644
--- a/src/vhdl/errorout.adb
+++ b/src/vhdl/errorout.adb
@@ -397,7 +397,6 @@ package body Errorout is
declare
Arg : Earg_Type renames Args (Argn);
begin
- Put (''');
case Arg.Kind is
when Earg_Iir =>
Put (Disp_Node (Arg.Val_Iir));
@@ -405,7 +404,6 @@ package body Errorout is
-- Invalid conversion to node.
raise Internal_Error;
end case;
- Put (''');
end;
when others =>
-- Unknown format.