diff options
author | Pedro Alves <palves@redhat.com> | 2011-06-02 14:02:28 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-06-02 14:02:28 +0000 |
commit | 65fdb766be229fb9c080ae93cb8277516c640908 (patch) | |
tree | 1573f205f6393f359312e35a008735439dab9e56 /gdb/top.h | |
parent | cc643b88f142802bf907b2f28ff47c4d1bf55e8b (diff) | |
download | gdb-65fdb766be229fb9c080ae93cb8277516c640908.zip gdb-65fdb766be229fb9c080ae93cb8277516c640908.tar.gz gdb-65fdb766be229fb9c080ae93cb8277516c640908.tar.bz2 |
2011-06-02 Pedro Alves <pedro@codesourcery.com>
gdb/
* top.h (simplified_command_loop): Delete declaration.
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ extern void print_gdb_version (struct ui_file *); extern void read_command_file (FILE *); extern void init_history (void); extern void command_loop (void); -extern void simplified_command_loop (char *(*read_input_func) (char *), - void (*execute_command_func) (char *, - int)); extern int quit_confirm (void); extern void quit_force (char *, int); extern void quit_command (char *, int); |