mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Don't declare unimplemented functions
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2019-07-17 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* tui/tui-windata.h (tui_display_all_data): Don't declare.
|
* tui/tui-windata.h (tui_display_all_data): Don't declare.
|
||||||
|
@ -28,6 +28,5 @@ extern void tui_check_register_values (struct frame_info *);
|
|||||||
extern void tui_show_registers (struct reggroup *group);
|
extern void tui_show_registers (struct reggroup *group);
|
||||||
extern void tui_display_registers_from (int);
|
extern void tui_display_registers_from (int);
|
||||||
extern int tui_display_registers_from_line (int);
|
extern int tui_display_registers_from_line (int);
|
||||||
extern int tui_first_reg_element_inline (int);
|
|
||||||
|
|
||||||
#endif /* TUI_TUI_REGS_H */
|
#endif /* TUI_TUI_REGS_H */
|
||||||
|
@ -26,6 +26,5 @@
|
|||||||
|
|
||||||
extern void tui_erase_data_content (const char *);
|
extern void tui_erase_data_content (const char *);
|
||||||
extern void tui_delete_data_content_windows (void);
|
extern void tui_delete_data_content_windows (void);
|
||||||
extern void tui_refresh_data_win (void);
|
|
||||||
|
|
||||||
#endif /* TUI_TUI_WINDATA_H */
|
#endif /* TUI_TUI_WINDATA_H */
|
||||||
|
Reference in New Issue
Block a user