gc simplified_command_loop declaration

Pedro Alves pedro@codesourcery.com
Thu Jun 2 14:03:00 GMT 2011


The function itself was removed by:

> 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
> 
>         * top.c (simplified_command_loop): Remove.

Applied.

Pedro Alves

2011-06-02  Pedro Alves  <pedro@codesourcery.com>

	gdb/
	* top.h (simplified_command_loop): Delete declaration.

---
 gdb/top.h |    3 ---
 1 file changed, 3 deletions(-)

Index: src/gdb/top.h
===================================================================
--- src.orig/gdb/top.h	2011-05-20 15:53:48.000000000 +0100
+++ src/gdb/top.h	2011-06-02 13:29:19.651871777 +0100
@@ -38,9 +38,6 @@ extern void print_gdb_version (struct ui
 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);



More information about the Gdb-patches mailing list