aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-04-03 18:31:01 -0600
committerTom Tromey <tom@tromey.com>2018-04-06 15:44:49 -0600
commitb562120198d9fa2c191823508813daa3b62a3a37 (patch)
tree09f694f415f70994b6b8fed043258181d6642fad /gdb/value.h
parent4d0266a0e0d9e9b615b04ff209a73d3725495835 (diff)
downloadbinutils-b562120198d9fa2c191823508813daa3b62a3a37.zip
binutils-b562120198d9fa2c191823508813daa3b62a3a37.tar.gz
binutils-b562120198d9fa2c191823508813daa3b62a3a37.tar.bz2
Remove free_all_values
free_all_values is unused, so this removes it. gdb/ChangeLog 2018-04-06 Tom Tromey <tom@tromey.com> * value.h (free_all_values): Remove. * value.c (free_all_values): Remove.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h
index f7e7387..2016937 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -1053,8 +1053,6 @@ extern int unop_user_defined_p (enum exp_opcode op, struct value *arg1);
extern int destructor_name_p (const char *name, struct type *type);
-extern void free_all_values (void);
-
extern void free_value_chain (struct value *v);
extern value_ref_ptr release_value (struct value *val);