aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-05-02 09:13:35 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-05-02 09:13:35 +0000
commit0dfb946f5033395c94d683818dda0a45b5d6efce (patch)
tree85049b4513e56458b78573b162d2a68633ea273f /gdb
parent8e1d0c49c139082ac4992a51c87860a805043b5f (diff)
downloadfsf-binutils-gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.zip
fsf-binutils-gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.tar.gz
fsf-binutils-gdb-0dfb946f5033395c94d683818dda0a45b5d6efce.tar.bz2
gdb/
* cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/cli/cli-dump.h2
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