aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-02-28 07:19:41 -0700
committerTom Tromey <tromey@adacore.com>2023-02-28 07:20:29 -0700
commiteae679b9c7760e994c85695946c6b69a227dc69b (patch)
treea590fd001da8750803365e68a428bed44a1d256f /gdb/value.h
parent7226dd9faabbe6987e5910483374752ca7934255 (diff)
downloadgdb-eae679b9c7760e994c85695946c6b69a227dc69b.zip
gdb-eae679b9c7760e994c85695946c6b69a227dc69b.tar.gz
gdb-eae679b9c7760e994c85695946c6b69a227dc69b.tar.bz2
Remove value_in
value_in is unused. From git log, it seems to have been part of the Chill language, which was removed from gdb eons ago. This patch removes the function. Tested by rebuilding.
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 f2a4907..c3eb96b 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -1270,8 +1270,6 @@ extern struct value *value_bitstring_subscript (struct type *type,
extern struct value *register_value_being_returned (struct type *valtype,
struct regcache *retbuf);
-extern int value_in (struct value *element, struct value *set);
-
extern int value_bit_index (struct type *type, const gdb_byte *addr,
int index);