aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-06-02 14:02:28 +0000
committerPedro Alves <palves@redhat.com>2011-06-02 14:02:28 +0000
commit65fdb766be229fb9c080ae93cb8277516c640908 (patch)
tree1573f205f6393f359312e35a008735439dab9e56 /gdb/top.h
parentcc643b88f142802bf907b2f28ff47c4d1bf55e8b (diff)
downloadgdb-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/top.h b/gdb/top.h
index ce509b5..20268fe 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -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);