This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Remove unused declaration


http://sourceware.org/ml/gdb-cvs/2010-05/msg00008.html

--- src/gdb/ChangeLog	2010/05/01 15:56:51	1.11707
+++ src/gdb/ChangeLog	2010/05/02 09:13:34	1.11708
@@ -1,3 +1,7 @@
+2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
+
 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
 
 	* infrun.c (prepare_for_detach): In non-stop, context switch to
--- src/gdb/cli/cli-dump.h	2010/01/01 07:31:47	1.8
+++ src/gdb/cli/cli-dump.h	2010/05/02 09:13:35	1.9
@@ -34,6 +34,4 @@
 
 extern char *skip_spaces (char *inp);
 
-extern struct value *parse_and_eval_with_error (char *exp, const char *fmt, ...) ATTR_FORMAT (printf, 2, 3);
-
 #endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]