aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-07-14 18:48:09 +0100
committerPedro Alves <palves@redhat.com>2014-07-14 18:48:09 +0100
commitfeb6f816c2246f29e1f71db11a757cbf99c25492 (patch)
tree00d1b9dec359df08e4848f65d06e9abd9c14a9da /gdb/value.h
parentd98b7a16a982e4a17995536250b55f7ff82bd78e (diff)
Garbage collect value_contents_equal.
Hasn't been used in years. gdb/ 2014-07-14 Pedro Alves <palves@redhat.com> * value.c (value_contents_equal): Delete function. * value.h (value_contents_equal): Delete declaration.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h
index c2e9faf9c2..86ebd705ca 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -322,7 +322,6 @@ extern const gdb_byte *
value_contents_for_printing_const (const struct value *value);
extern int value_fetch_lazy (struct value *val);
-extern int value_contents_equal (struct value *val1, struct value *val2);
/* If nonzero, this is the value of a variable which does not actually
exist in the program, at least partially. If the value is lazy,