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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/value.c') diff --git a/gdb/value.c b/gdb/value.c index 7370257..42a8d2f 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -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) -- cgit v1.1