Don't declare unimplemented functions
authorTom Tromey <tom@tromey.com>
Wed, 26 Jun 2019 22:03:12 +0000 (16:03 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:18:58 +0000 (12:18 -0600)
A couple of functions were declared but never defined.  This removes
the declarations.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

* tui/tui-windata.h (tui_refresh_data_win): Don't declare.
* tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.

gdb/ChangeLog
gdb/tui/tui-regs.h
gdb/tui/tui-windata.h

index 7c1ff32..b12813c 100644 (file)
@@ -1,5 +1,10 @@
 2019-07-17  Tom Tromey  <tom@tromey.com>
 
+       * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
+       * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
+
+2019-07-17  Tom Tromey  <tom@tromey.com>
+
        * tui/tui-windata.h (tui_display_all_data): Don't declare.
        * tui/tui-windata.c (tui_data_window::display_all_data): Rename
        from tui_display_all_data.
index c105469..c99910b 100644 (file)
@@ -28,6 +28,5 @@ extern void tui_check_register_values (struct frame_info *);
 extern void tui_show_registers (struct reggroup *group);
 extern void tui_display_registers_from (int);
 extern int tui_display_registers_from_line (int);
-extern int tui_first_reg_element_inline (int);
 
 #endif /* TUI_TUI_REGS_H */
index adffcaf..fce4e6d 100644 (file)
@@ -26,6 +26,5 @@
 
 extern void tui_erase_data_content (const char *);
 extern void tui_delete_data_content_windows (void);
-extern void tui_refresh_data_win (void);
 
 #endif /* TUI_TUI_WINDATA_H */