aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanimir Agovic <sagovic@sourceware.org>2013-08-29 12:26:59 +0000
committerSanimir Agovic <sagovic@sourceware.org>2013-08-29 12:26:59 +0000
commit548b762d1b1f81f79c0ad824746e1f96a37f8cf4 (patch)
tree158641acc36fe712c7bd0d03db6d3ba6a373610f /gdb/value.h
parentcleanup: use value_lazy_at instead of allocate_value_lazy/attribute setter (diff)
downloadbinutils-gdb-548b762d1b1f81f79c0ad824746e1f96a37f8cf4.tar.gz
binutils-gdb-548b762d1b1f81f79c0ad824746e1f96a37f8cf4.tar.bz2
binutils-gdb-548b762d1b1f81f79c0ad824746e1f96a37f8cf4.zip
cleanup: make allocate_value_contents static
2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com> * value.c (allocate_value_contents): Make static. * value.h (allocate_value_contents): Remove prototype.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h1
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);