Remove make_cleanup_value_free_to_mark
Pedro's patch to introduce gdbscm_wrap removed the last caller of make_cleanup_value_free_to_mark. This patch removes this function. I'm checking this in as obvious. Tested by rebuilding, and by grepping. gdb/ChangeLog 2018-07-19 Tom Tromey <tom@tromey.com> * utils.c (do_value_free_to_mark) (make_cleanup_value_free_to_mark): Remove. * utils.h (make_cleanup_value_free_to_mark): Remove.
This commit is contained in:
parent
fbb1d502ee
commit
4581dc8297
3 changed files with 6 additions and 21 deletions
|
@ -248,10 +248,6 @@ private:
|
|||
|
||||
/* Cleanup utilities. */
|
||||
|
||||
/* For make_cleanup_close see common/filestuff.h. */
|
||||
|
||||
extern struct cleanup *make_cleanup_value_free_to_mark (struct value *);
|
||||
|
||||
/* A deleter for a hash table. */
|
||||
struct htab_deleter
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue