From: Jan Kratochvil Date: Sun, 2 May 2010 09:13:35 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dfb946f5033395c94d683818dda0a45b5d6efce;p=binutils-gdb.git gdb/ * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 90921778b3f..82ee1d6f506 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 92cef251464..a11e00ca3b0 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