diff options
author | Tom Tromey <tom@tromey.com> | 2019-01-24 09:58:29 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-03-06 16:04:31 -0700 |
commit | 0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f (patch) | |
tree | 425680b03c2b849635e829c81a9ad18aa8785af7 /gdb/utils.h | |
parent | fe7b42e5843ef82f97959e0e18122c164449a8ea (diff) | |
download | gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.zip gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.tar.gz gdb-0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f.tar.bz2 |
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.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 9dbd638..f0cb48e7 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -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. |