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 d5b8781bafd2fe48bcaf253ec16ee7e34429d62c..0cb91e32ff31393e1dadcb9412787957922b58c0 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 ce509b58f1acea760892acbe3e5a80dab3e12204..20268fe80c25dcf58193a4045949274e4c7c5b6b 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);
This page took 0.02864 seconds and 4 git commands to generate.