diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-01 13:15:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-01 13:15:02 +0000 |
commit | 6085fc2d26557f389a19e00c9288197f66e65ca7 (patch) | |
tree | 9f129dd9685a205181798bc7559639d696335580 /gdb/mi/mi-cmds.h | |
parent | de169ec977abe9e50ab1fc388fca26e408a8b99f (diff) | |
download | gdb-6085fc2d26557f389a19e00c9288197f66e65ca7.zip gdb-6085fc2d26557f389a19e00c9288197f66e65ca7.tar.gz gdb-6085fc2d26557f389a19e00c9288197f66e65ca7.tar.bz2 |
2004-06-01 Andrew Cagney <cagney@gnu.org>
* mi/mi-cmds.h (mi_error_last_message): Delete declaration.
* mi/mi-interp.c (mi_cmd_interpreter_exec): Call
error_last_message instead of mi_error_last_message.
* mi/mi-main.c (mi_error_last_message): Delete function.
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-rw-r--r-- | gdb/mi/mi-cmds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index 5453059..095f316 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -146,7 +146,6 @@ extern int mi_debug_p; extern struct ui_file *raw_stdout; extern char *mi_error_message; -extern void mi_error_last_message (void); extern void mi_execute_command (char *cmd, int from_tty); #endif |