2011-06-02 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Thu, 2 Jun 2011 14:02:28 +0000 (14:02 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 2 Jun 2011 14:02:28 +0000 (14:02 +0000)
gdb/
* top.h (simplified_command_loop): Delete declaration.

gdb/ChangeLog
gdb/top.h

index d5b8781..0cb91e3 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * top.h (simplified_command_loop): Delete declaration.
+
 2011-06-01  Mike Frysinger  <vapier@gentoo.org>
 
        * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
index ce509b5..20268fe 100644 (file)
--- 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);