summaryrefslogtreecommitdiff
path: root/errorout.adb
diff options
context:
space:
mode:
Diffstat (limited to 'errorout.adb')
-rw-r--r--errorout.adb7
1 files changed, 2 insertions, 5 deletions
diff --git a/errorout.adb b/errorout.adb
index a701e1a..2a6d277 100644
--- a/errorout.adb
+++ b/errorout.adb
@@ -813,13 +813,10 @@ package body Errorout is
when Iir_Kind_Binding_Indication =>
return "binding indication";
-
when Iir_Kind_Error =>
return "error";
-
--- when others =>
--- Error_Kind ("disp_node", Node);
--- return "???";
+ when Iir_Kind_Unused =>
+ return "*unused*";
end case;
end Disp_Node;