diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index f03cf766765..98dbadf3681 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -593,7 +593,6 @@ extern struct value *default_read_var_value (struct symbol *var, extern struct value *allocate_value (struct type *type); extern struct value *allocate_value_lazy (struct type *type); -extern void allocate_value_contents (struct value *value); extern void value_contents_copy (struct value *dst, int dst_offset, struct value *src, int src_offset, int length); |