forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -707,7 +707,7 @@ allocate_value_lazy (struct type *type)
|
||||
|
||||
/* Allocate the contents of VAL if it has not been allocated yet. */
|
||||
|
||||
void
|
||||
static void
|
||||
allocate_value_contents (struct value *val)
|
||||
{
|
||||
if (!val->contents)
|
||||
|
||||
Reference in New Issue
Block a user