aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-14 17:16:16 +0000
committerTom Tromey <tromey@redhat.com>2012-12-14 17:16:16 +0000
commit2dc3df72a7ffca9a893ae41db8c3788c0019d59c (patch)
tree49b2ffbba40f64f238abd2d810ec8451bba266b6 /gdb/value.h
parent451b7c33cb3c9ec6272c36870adb4d4f5649aae2 (diff)
downloadgdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.zip
gdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.tar.gz
gdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.tar.bz2
* symtab.c (check_field): Now static. Move from...
* valops.c (check_field): ... here. Remove. * value.h (check_field): Don't declare.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 7a23715..1b7b679 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -913,8 +913,6 @@ extern void print_variable_and_value (const char *name,
struct ui_file *stream,
int indent);
-extern int check_field (struct type *, const char *);
-
extern void typedef_print (struct type *type, struct symbol *news,
struct ui_file *stream);