From 548b762d1b1f81f79c0ad824746e1f96a37f8cf4 Mon Sep 17 00:00:00 2001 From: Sanimir Agovic Date: Thu, 29 Aug 2013 12:26:59 +0000 Subject: cleanup: make allocate_value_contents static 2013-08-29 Sanimir Agovic * value.c (allocate_value_contents): Make static. * value.h (allocate_value_contents): Remove prototype. --- gdb/value.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/value.h') diff --git a/gdb/value.h b/gdb/value.h index f03cf76..98dbadf 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); -- cgit v1.1