diff options
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-rw-r--r-- | gdb/mi/mi-cmds.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index f9a08d9..81662bf 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -38,10 +38,6 @@ enum mi_cmd_result asprintf'd into the mi_error_message buffer. The main loop will display the error message and the completion prompt. */ MI_CMD_ERROR, - /* An error condition was detected and caught. The error message is - in the global error message buffer. The main loop will display - the error message and the completion prompt. */ - MI_CMD_CAUGHT_ERROR, /* The MI command has already displayed its completion message. Main loop will not display a completion message but will display the completion prompt. */ |