diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h index ada7fc7..b513fe0 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -547,9 +547,6 @@ extern struct value *value_slice (struct value *, int, int); extern struct value *value_literal_complex (struct value *, struct value *, struct type *); -extern void find_rt_vbase_offset (struct type *, struct type *, - const gdb_byte *, int, int *, int *); - extern struct value *find_function_in_inferior (const char *); extern struct value *value_allocate_space_in_inferior (int); |