@@ -1,3 +1,8 @@
+2016-09-23 Tom Tromey <tom@tromey.com>
+
+ * utils.c (struct restore_ui_out_closure): Remove.
+ * objfiles.h (terminate_minimal_symbol_table): Don't declare.
+
2016-09-23 Yao Qi <yao.qi@linaro.org>
* nat/linux-osdata.c (linux_xfer_osdata_threads): Replace
@@ -501,8 +501,6 @@ extern CORE_ADDR entry_point_address (void);
extern void build_objfile_section_table (struct objfile *);
-extern void terminate_minimal_symbol_table (struct objfile *objfile);
-
extern struct objfile *objfile_separate_debug_iterate (const struct objfile *,
const struct objfile *);
@@ -332,12 +332,6 @@ make_cleanup_htab_delete (htab_t htab)
return make_cleanup (do_htab_delete_cleanup, htab);
}
-struct restore_ui_out_closure
-{
- struct ui_out **variable;
- struct ui_out *value;
-};
-
struct restore_ui_file_closure
{
struct ui_file **variable;