aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-07-19 08:49:58 -0600
committerTom Tromey <tom@tromey.com>2018-07-19 08:52:24 -0600
commit4581dc8297381651284e2f4a9f835eebcc6f2328 (patch)
tree2d43e930aba2243becf5f227168842758819bb9e /gdb/utils.h
parentfbb1d502eeae135dbe6ac3b0b122e574a9b888d6 (diff)
downloadbinutils-4581dc8297381651284e2f4a9f835eebcc6f2328.zip
binutils-4581dc8297381651284e2f4a9f835eebcc6f2328.tar.gz
binutils-4581dc8297381651284e2f4a9f835eebcc6f2328.tar.bz2
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.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index c728449..6852399 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -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
{