* cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
This commit is contained in:
Jan Kratochvil 2010-05-02 09:13:35 +00:00
parent 8e1d0c49c1
commit 0dfb946f50
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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