From 0dfb946f5033395c94d683818dda0a45b5d6efce Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 2 May 2010 09:13:35 +0000 Subject: [PATCH] gdb/ * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration. --- gdb/ChangeLog | 4 ++++ gdb/cli/cli-dump.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9092177..82ee1d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-05-02 Jan Kratochvil + + * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration. + 2010-05-01 Pedro Alves * infrun.c (prepare_for_detach): In non-stop, context switch to diff --git a/gdb/cli/cli-dump.h b/gdb/cli/cli-dump.h index 92cef25..a11e00c 100644 --- a/gdb/cli/cli-dump.h +++ b/gdb/cli/cli-dump.h @@ -34,6 +34,4 @@ extern FILE *fopen_with_cleanup (const char *filename, const char *mode); 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 -- 2.7.4