From 0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 24 Jan 2019 09:58:29 -0700 Subject: Remove free_current_contents free_current_contents is no longer used, so this patch removes it. 2019-03-06 Tom Tromey * utils.h (free_current_contents): Don't declare. * utils.c (free_current_contents): Remove. --- gdb/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/utils.h') 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_up; -extern void free_current_contents (void *); - extern void init_page_info (void); /* Temporarily set BATCH_FLAG and the associated unlimited terminal size. -- cgit v1.1