mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
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.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user