diff options
author | Pedro Alves <palves@redhat.com> | 2014-07-14 18:48:09 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-07-14 18:48:09 +0100 |
commit | feb6f816c2246f29e1f71db11a757cbf99c25492 (patch) | |
tree | 00d1b9dec359df08e4848f65d06e9abd9c14a9da /gdb/value.h | |
parent | d98b7a16a982e4a17995536250b55f7ff82bd78e (diff) | |
download | gdb-feb6f816c2246f29e1f71db11a757cbf99c25492.zip gdb-feb6f816c2246f29e1f71db11a757cbf99c25492.tar.gz gdb-feb6f816c2246f29e1f71db11a757cbf99c25492.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index c2e9faf..86ebd70 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, |