diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-02 09:13:35 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-02 09:13:35 +0000 |
commit | 0dfb946f5033395c94d683818dda0a45b5d6efce (patch) | |
tree | 85049b4513e56458b78573b162d2a68633ea273f | |
parent | 8e1d0c49c139082ac4992a51c87860a805043b5f (diff) | |
download | gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.zip gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.tar.gz gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.tar.bz2 |
gdb/
* cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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 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 |