gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 2 May 2010 09:13:35 +0000 (09:13 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 2 May 2010 09:13:35 +0000 (09:13 +0000)
* cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.

gdb/ChangeLog
gdb/cli/cli-dump.h

index 90921778b3f235f5d95364b0da6023c28b41b805..82ee1d6f5069c5d8f95e07b4fad2aaf078e463a0 100644 (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
index 92cef25146436b92a211b0695af05b397896918d..a11e00ca3b0416d2758fa57874f507f42da9c857 100644 (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
This page took 0.031466 seconds and 4 git commands to generate.