mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
Remove free_current_contents
free_current_contents is no longer used, so this patch removes it. 2019-03-06 Tom Tromey <tom@tromey.com> * utils.h (free_current_contents): Don't declare. * utils.c (free_current_contents): Remove.
This commit is contained in:
@ -260,8 +260,6 @@ struct htab_deleter
|
||||
/* A unique_ptr wrapper for htab_t. */
|
||||
typedef std::unique_ptr<htab, htab_deleter> htab_up;
|
||||
|
||||
extern void free_current_contents (void *);
|
||||
|
||||
extern void init_page_info (void);
|
||||
|
||||
/* Temporarily set BATCH_FLAG and the associated unlimited terminal size.
|
||||
|
Reference in New Issue
Block a user